UX: ensure ac-wrap input height matches other inputs

This commit is contained in:
Joe 2018-09-20 00:02:45 +08:00 committed by GitHub
parent 0010e7ddd2
commit 2144009520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ div.ac-wrap {
border: 0; border: 0;
margin: 0; margin: 0;
background: transparent; background: transparent;
min-height: unset;
} }
} }