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