I currently have a number of inputs like this:
This input field is used to represent a va
If you have option to add elements to input then you can try this:
.container { max-width: 208px; /*adjust it*/ margin: auto; position: relative; display: inline-block; } #milliseconds { padding-right: 35px; } .ms { position: absolute; top: 0; right: 10px; }
ms