QA Removed small slot between search box and search result.
This commit is contained in:
parent
60e4308f5c
commit
b2085e48e0
1 changed files with 2 additions and 2 deletions
|
@ -1962,7 +1962,7 @@ footer {
|
|||
}
|
||||
|
||||
.search .custom-dropdown-menu {
|
||||
margin: -2px 0 0 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
background: #26272e;
|
||||
|
@ -1970,7 +1970,7 @@ footer {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 56px;
|
||||
top: 53px;
|
||||
z-index: 1002;
|
||||
display: none;
|
||||
overflow: scroll;
|
||||
|
|
Loading…
Reference in a new issue