Skip to content

Commit 32cd200

Browse files
committed
fix line heights in search results box
1 parent 1990423 commit 32cd200

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/vendor/docsearch.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
border-radius: 0;
4242
overscroll-behavior: none;
4343
padding: 0 8px;
44+
line-height: 1.2;
4445
}
4546

4647
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
@@ -128,8 +129,8 @@
128129
display: none;
129130
appearance: none;
130131
font-size: 0.9em;
131-
line-height: 1.3;
132-
padding: 0.25em 1.5em 0.25em 0.5em;
132+
line-height: 1;
133+
padding: 0.5em 1.5em 0.5em 0.5em;
133134
border: 1px solid #c1c1c1;
134135
border-radius: 0.25em;
135136
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);

0 commit comments

Comments
 (0)