From 79345bd6aa37ec7658c3310556269f6bbd2abd90 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 9 Mar 2023 23:46:55 +0800 Subject: [PATCH] Fix weird line height bug --- src/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.css b/src/app.css index 62026ad4..288e5508 100644 --- a/src/app.css +++ b/src/app.css @@ -1156,6 +1156,8 @@ body:has(.status-deck) .media-post-link { } .szh-menu .menu-double-lines span { white-space: normal; + line-height: inherit; + font-size: inherit; } .szh-menu .menu-horizontal { display: flex;