Margin between border and first character of text field

Does there exist a way of determinating the space between the border of a text field and the first letter of the input?

You have designed the controls without any border. So the content has been set to the left. If you set a border there will be a little space between border and content. So set a border in background color of the form or in background color of the control and you will get content, which isn’t shown directly at the left.

1 Like