fix(search): css min padding

This commit is contained in:
Jacky Zhao
2025-09-18 13:45:17 -07:00
parent 7a77f54e50
commit 4c78d29c13

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;