Skip to content

Commit e626162

Browse files
authored
make search header a flex box (#56047)
1 parent 67cdd41 commit e626162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/search/components/input/SearchOverlay.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ $mutedTextColor: var(--fgColor-muted, var(--color-fg-muted, #656d76));
6060
}
6161

6262
.header {
63+
display: flex;
6364
padding: 12px 14px 0px 14px !important;
6465
width: 100%;
6566
background-color: var(--overlay-bgColor) !important;

0 commit comments

Comments
 (0)