chore(ui): reduce padding for the filter input

This commit is contained in:
Łukasz Mierzwa
2019-10-10 09:21:25 +01:00
parent 14359e6673
commit 87754cebf2

View File

@@ -3,8 +3,8 @@
height: auto;
min-height: 2.6rem;
padding-top: 2px;
padding-bottom: 2px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 0.25rem;
padding-right: 0.25rem;
}