Fix weird line height bug

This commit is contained in:
Lim Chee Aun 2023-03-09 23:46:55 +08:00
parent 03c0d61433
commit 79345bd6aa

View file

@ -1156,6 +1156,8 @@ body:has(.status-deck) .media-post-link {
} }
.szh-menu .menu-double-lines span { .szh-menu .menu-double-lines span {
white-space: normal; white-space: normal;
line-height: inherit;
font-size: inherit;
} }
.szh-menu .menu-horizontal { .szh-menu .menu-horizontal {
display: flex; display: flex;