mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +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 {
|
||||
white-space: normal;
|
||||
line-height: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
.szh-menu .menu-horizontal {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue