diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-11 16:37:03 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-11 16:37:03 +0300 |
| commit | c3f8b713a77adbac73678f3f1c7a9ab937ca5904 (patch) | |
| tree | 4c1fb8449c32545d118effa9e2fa5749e8ebb935 /src | |
| parent | 83b85cd412245b8bfb65ff650b5543da4974ae46 (diff) | |
fixed wrong height for selects
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index 15dec7ec..5355d899 100644 --- a/src/App.scss +++ b/src/App.scss @@ -119,7 +119,7 @@ input, textarea, .select { box-sizing: border-box; display: inline-block; position: relative; - height: 29px; + height: 28px; line-height: 16px; hyphens: none; @@ -136,7 +136,7 @@ input, textarea, .select { height: 100%; color: $fallback--text; color: var(--text, $fallback--text); - line-height: 29px; + line-height: 28px; z-index: 0; pointer-events: none; } @@ -156,7 +156,7 @@ input, textarea, .select { font-size: 14px; width: 100%; z-index: 1; - height: 29px; + height: 28px; line-height: 16px; } |
