diff options
| author | Henry Jameson <me@hjkos.com> | 2022-05-22 21:47:19 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-05-22 21:47:19 +0300 |
| commit | 1feff4dcc7d416815b5967d330c2e02573fec854 (patch) | |
| tree | 4eddb2437d29da213a71df8290f2d3188f86c7ca | |
| parent | d137d5800a44e598d67d0134ed071167c1c6e98e (diff) | |
fix
| -rw-r--r-- | src/components/status_body/status_body.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 1c1ecea2..039d4c7f 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -33,7 +33,7 @@ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; - height: 1.4; + height: 1.4em; } } |
