mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 03:05:41 +03:00
Fix weird line height bug
This commit is contained in:
parent
03c0d61433
commit
79345bd6aa
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue