We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388a57f commit 8ae9c13Copy full SHA for 8ae9c13
src/SelectField/styled/select.js
@@ -414,7 +414,7 @@ export default styled(Select)`
414
.Select-placeholder,
415
.Select--single > .Select-control .Select-value {
416
padding: 0 calc(${p => p.theme.spacingUnit} / 2);
417
- line-height: inherit;
+ line-height: 2.15em;
418
font-size: 0.9em;
419
position: static;
420
}
0 commit comments