Spacing after "number" input fields

Hi,

I have a problem using the input fields. When using the input fields of type “number” the textbox is smaller as when using type “text”. This leads to a weird space after the box, which especially looks bad, when adding units to the input field.

Using the following code:

<label>Position:</label><input id="popuptitle" type="number"/>mm

leads to this output:

Is there any way to get rid of that space?

Hi there,
are there any news on that?

Hi, try to add padding attribute to corresponding element. e.g. style=“padding-right:0 px; padding-left: 0 px”