I can't remove the margin between two input fields

前端 未结 5 711
忘了有多久
忘了有多久 2021-01-02 02:22

I\'m trying to remove the margin between the search bar and the \"Go!\" button at the top of this page: http://beta.linksku.com/

I\'ve tried removing all styles and

5条回答
  •  鱼传尺愫
    2021-01-02 02:50

    Using chrome on the Mac, I can get rid of the space if I edit the form node as HTML in the Developer tools, and remove the space between the two closing tags so:

    
    

    becomes:

    
    

提交回复
热议问题