list height fix

This commit is contained in:
Kyle Spearrin 2020-01-13 08:45:08 -05:00
parent d00fb9e0a5
commit 1e100d1bf1
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ input[type="search"]::-webkit-search-cancel-button {
width: 76px; width: 76px;
max-width: 76px; max-width: 76px;
text-align: right; text-align: right;
height: 48px; height: 50px;
&.wider { &.wider {
width: 100px; width: 100px;