From 079e289260bfdf0ac8804f43b09f0c14c5338f5d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 26 Apr 2022 17:31:26 +0300 Subject: improvements and cleanup to input components --- src/components/status_body/status_body.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/status_body/status_body.scss') 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; } } -- cgit v1.2.3-70-g09d2 From 1feff4dcc7d416815b5967d330c2e02573fec854 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 22 May 2022 21:47:19 +0300 Subject: fix --- src/components/status_body/status_body.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/status_body/status_body.scss') 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; } } -- cgit v1.2.3-70-g09d2