mirror of
https://github.com/stashapp/stash.git
synced 2026-02-24 08:13:15 +01:00
Fix descender line-height (#6087)
This commit is contained in:
parent
12c4e1f61c
commit
edcc4e8968
1 changed files with 5 additions and 0 deletions
|
|
@ -1411,3 +1411,8 @@ select {
|
|||
overflow-y: auto;
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
// Fix descenders clipping in line-height #6047
|
||||
h3 .TruncatedText {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue