list height fix
This commit is contained in:
parent
d00fb9e0a5
commit
1e100d1bf1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue