Skip to content

Commit 8ae9c13

Browse files
author
Ian Wensink
committed
feat(styled-components): fix select field line height
1 parent 388a57f commit 8ae9c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectField/styled/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export default styled(Select)`
414414
.Select-placeholder,
415415
.Select--single > .Select-control .Select-value {
416416
padding: 0 calc(${p => p.theme.spacingUnit} / 2);
417-
line-height: inherit;
417+
line-height: 2.15em;
418418
font-size: 0.9em;
419419
position: static;
420420
}

0 commit comments

Comments
 (0)