Skip to content

Commit d535003

Browse files
committed
use line height instead of padding on select in search filter so descenders don't get cut off
1 parent 9bb415e commit d535003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/vendor/docsearch.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
display: none;
130130
appearance: none;
131131
font-size: 0.9em;
132-
line-height: 1;
133-
padding: 0.5em 1.5em 0.5em 0.5em;
132+
line-height: 2;
133+
padding: 0 1.5em 0 0.5em;
134134
border: 1px solid #c1c1c1;
135135
border-radius: 0.25em;
136136
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);

0 commit comments

Comments
 (0)