fix search box issue (#15097)

* fix search box issue

* fix compilation error
This commit is contained in:
Alan Ren
2021-04-12 13:05:19 -07:00
committed by GitHub
parent ba89351ff4
commit 862ffcf7d2
3 changed files with 17 additions and 9 deletions

View File

@@ -99,6 +99,8 @@
white-space: nowrap;
width: 200px;
align-content: flex-start;
display: flex;
flex-direction: column;
}
.slick-header-menu .filter .filter-option {