mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
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:
parent
d886751261
commit
dffd0ed5f8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user