0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Add line-height for descenders getting cut off in Post settings Tag names (#17836)

This commit is contained in:
Allan Stromfeldt Christensen 2023-09-25 19:37:11 +10:00 committed by GitHub
parent 49d36fc1a1
commit 6757d984af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1em;
line-height: 1.2em;
}
.ember-power-select-multiple-remove-btn {