diff options
| author | eugenijm <eugenijm@protonmail.com> | 2020-07-23 16:39:01 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2020-07-23 16:39:01 +0300 |
| commit | 222ad2dd50823074ad323a4a9ff75842808fbe25 (patch) | |
| tree | 644469f98d49a0cc9e90976ae3da089e8f217941 /src | |
| parent | 25a015b4715b7e85af310bae0ed360f98aef6205 (diff) | |
Make the single line mode is consistent with status-content line height
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status_content/status_content.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index bf8d376e..ab48786c 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -275,6 +275,7 @@ $status-margin: 0.75em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + height: 1.4em; } } } |
