Skip to content

Commit a2be0b3

Browse files
[ADV-183] Fix DocSearch layout shift by unsetting container min-width (#944)
1 parent 1ecfba9 commit a2be0b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ html[data-theme="dark"] #kapa-widget-portal {
8484
text-align: center;
8585
}
8686

87+
#docsearch-container {
88+
min-width: unset !important;
89+
}
90+
8791
.DocSearch-Button-Keys {
8892
display: none;
8993
}

0 commit comments

Comments
 (0)