diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-26 17:31:26 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-26 17:31:26 +0300 |
| commit | 079e289260bfdf0ac8804f43b09f0c14c5338f5d (patch) | |
| tree | 87401bbbfc4c4b106989e07b6b4dbd9848cccf89 /src/components/status_body | |
| parent | a96367139ca1c5716dce738c0e24300fadaeafac (diff) | |
improvements and cleanup to input components
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index f261108e..1c1ecea2 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -19,7 +19,7 @@ overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; - line-height: 1.4em; + line-height: var(--post-line-height); } .summary { @@ -33,7 +33,7 @@ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; - height: 1.4em; + height: 1.4; } } |
