Fix descender line-height (#6087)

This commit is contained in:
feederbox826 2025-09-16 00:25:22 -04:00 committed by GitHub
parent 12c4e1f61c
commit edcc4e8968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}