Fix input height in AutoComplete

pull/7914/head
afc163 7 years ago
parent c5ffc3b4f0
commit f74252b9de

@ -47,6 +47,7 @@
background: transparent; background: transparent;
border-width: @border-width-base; border-width: @border-width-base;
line-height: @line-height-base; line-height: @line-height-base;
height: @input-height-base;
&:focus, &:focus,
&:hover { &:hover {
.hover; .hover;

Loading…
Cancel
Save