Set drop down line height to normal

Depends on the user agent. Desktop browsers (including Firefox) use a default value of roughly 1.2, depending on the element's font-family.
This commit is contained in:
Volodymyr Kelembet 2021-01-26 10:58:29 +02:00
parent d886751261
commit dffd0ed5f8

View File

@ -52,7 +52,7 @@ export const StyledDropdown = styled(Dropdown)`
position: relative;
font-size: 0.929em;
width: 100%;
line-height: 1;
line-height: normal;
vertical-align: middle;
color: #263238;
left: 0;