fix(search): css min padding

This commit is contained in:
Jacky Zhao
2025-09-18 13:45:17 -07:00
parent 49be02f900
commit bedcd6627a

View File

@@ -14,7 +14,7 @@
font-family: inherit;
font-size: inherit;
height: 2rem;
padding: 0;
padding: 0 1rem 0 0;
display: flex;
align-items: center;
text-align: inherit;