FIX: prevents autocomplete from going over search input (#7075)

This commit is contained in:
Joffrey JAFFEUX 2019-02-26 15:48:02 +01:00 committed by GitHub
parent a8ffc02d06
commit 2a8da03951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.search-menu { .search-menu {
.search-input { .search-input {
position: relative; position: relative;
padding: 0.5em 3px;
} }
.search-context .show-help { .search-context .show-help {
@ -15,7 +16,6 @@
} }
input[type="text"] { input[type="text"] {
margin: 0.5em 3px;
box-sizing: border-box; box-sizing: border-box;
width: calc(100% - 6px); width: calc(100% - 6px);
height: 32px; height: 32px;