From 222ad2dd50823074ad323a4a9ff75842808fbe25 Mon Sep 17 00:00:00 2001 From: eugenijm Date: Thu, 23 Jul 2020 16:39:01 +0300 Subject: [PATCH] Make the single line mode is consistent with status-content line height --- src/components/status_content/status_content.vue | 1 + 1 file changed, 1 insertion(+) 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; } } }