fix(search): css min padding
This commit is contained in:
parent
7a77f54e50
commit
4c78d29c13
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
padding: 0;
|
padding: 0 1rem 0 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue