Skip to content

Commit 7d228b1

Browse files
authored
Merge pull request #3173 from projectblacklight/search-element-display
Set navbar-search search element to display:contents so layout is not impacted
2 parents 1310ccb + 8c1f316 commit 7d228b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/blacklight/_header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
.navbar-search {
2525
z-index: 1;
2626

27+
search {
28+
display: contents;
29+
}
30+
2731
.search-field {
2832
// This prevents the widget from being squished so the text overflows
2933
min-width: 7em;

0 commit comments

Comments
 (0)