From dffd0ed5f866f1c574a67c2e1eec4f9872320226 Mon Sep 17 00:00:00 2001 From: Volodymyr Kelembet Date: Tue, 26 Jan 2021 10:58:29 +0200 Subject: [PATCH] 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. --- src/common-elements/dropdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-elements/dropdown.ts b/src/common-elements/dropdown.ts index f4bcc281..2738b779 100644 --- a/src/common-elements/dropdown.ts +++ b/src/common-elements/dropdown.ts @@ -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;