Fix search page UI (#2200)
parent
18a4455511
commit
a26fcf0cd8
|
@ -93,7 +93,7 @@ const handleSearch = (text) => {
|
|||
.noitemListContainer {
|
||||
padding: 3% 15px 15px;
|
||||
// margin-top: -20px;
|
||||
min-height: 300px;
|
||||
min-height: 250px;
|
||||
max-height: 94.7%;
|
||||
}
|
||||
.noitemList {
|
||||
|
|
Loading…
Reference in New Issue