tiagocoutinho / multivisor

Centralized supervisor WebUI and CLI
GNU General Public License v3.0
189 stars 35 forks source link

Remove padding from search input. #32

Closed guy881 closed 5 years ago

guy881 commented 5 years ago

In current version search / filter input have a padding-top from vuetify which makes this input not properly aligned vertically with the rest of icons.

image

This PR fixes this:

image

tiagocoutinho commented 5 years ago

LGTM. Thanks for the fix. Merging...