diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 23:55:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 23:55:34 +0300 |
| commit | 33d92f9b16267415d1e62285a4f305ae10baf489 (patch) | |
| tree | 2e472b63819b2e24dc6b0354bc6ab9f3dcfa9458 /src/App.scss | |
| parent | 7f513fe46fbf631190445b21b7cb4b7cb431d019 (diff) | |
relative units in line-height + some cleanup
Diffstat (limited to 'src/App.scss')
| -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 8c59c77a..3d30ec79 100644 --- a/src/App.scss +++ b/src/App.scss @@ -457,7 +457,7 @@ textarea, display: inline-block; position: relative; height: 2em; - line-height: 16px; + line-height: 1.2; hyphens: none; padding: 8px 0.5em; @@ -508,7 +508,7 @@ textarea, background-color: var(--input, $fallback--fg); vertical-align: top; text-align: center; - line-height: 1.1em; + line-height: 1.1; font-size: 1.1em; box-sizing: border-box; color: transparent; @@ -548,7 +548,7 @@ textarea, background-color: var(--input, $fallback--fg); vertical-align: top; text-align: center; - line-height: 1.1em; + line-height: 1.1; font-size: 1.1em; box-sizing: border-box; color: transparent; |
