From 12c11c65c1d70349a3adea3f4ac36b943a0bde1f Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 15 Dec 2022 20:18:48 +0800 Subject: [PATCH] The title inside the card has weird line height --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.css b/src/components/status.css index f1f15ef6..a7c1f914 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -331,6 +331,7 @@ min-width: 0; } .card .title { + line-height: 1.25; font-weight: normal; text-overflow: ellipsis; overflow: hidden;