Skip to content

Commit e2fbd44

Browse files
committed
fix: Handled case where there is no searchbar
1 parent 0111212 commit e2fbd44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ atomic-search-interface {
400400
height: fit-content;
401401
margin-bottom: 2rem;
402402
margin-top: 2rem;
403+
min-height: 54px;
404+
max-height: 54px;
403405
}
404406

405407
atomic-search-box {

0 commit comments

Comments
 (0)