CSS: Remove padding within select element

前端 未结 3 897
北荒
北荒 2021-01-19 23:51

I\'m trying to remove padding from within a select element so that the text within it lines up with the text in the input element directly below it.

I\'ve tried the

3条回答
  •  醉话见心
    2021-01-20 00:03

    I have solved the padding issue (I wanted to remove the left "padding") in Chrome and Firefox by using a negative value:

    style=text-indent:-3px;

提交回复
热议问题