FIX: prevents autocomplete from going over search input (#7075)
This commit is contained in:
parent
a8ffc02d06
commit
2a8da03951
|
@ -1,6 +1,7 @@
|
|||
.search-menu {
|
||||
.search-input {
|
||||
position: relative;
|
||||
padding: 0.5em 3px;
|
||||
}
|
||||
|
||||
.search-context .show-help {
|
||||
|
@ -15,7 +16,6 @@
|
|||
}
|
||||
|
||||
input[type="text"] {
|
||||
margin: 0.5em 3px;
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 6px);
|
||||
height: 32px;
|
||||
|
|
Loading…
Reference in New Issue