CSS: Remove padding within select element

前端 未结 3 924
北荒
北荒 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:22

    your jsfiddle had some minor html errors:

    • you're not supposed to wrap a label around both the label and input.

    it's supposed to be:

    
    
    

    when i corrected the html, a lot of the css changed. You can check out how mine came out and see if that was what you were looking for: http://jsfiddle.net/pLSkH/3/

提交回复
热议问题