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:
parent
49d36fc1a1
commit
6757d984af
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue