Add a text suffix to
You can use a wrapper <div> for each input element and position the unit as a pseudo element ::after with the content of your corresponding units. This approach works well for the absolute positioned pseudo elements will not effect the existing layouts. Nevertheless, the downside of this approach is, that you have to make sure, … Read more