mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix descender line-height (#6087)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user