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

Fixed text wrapping issues

refs https://github.com/TryGhost/Team/issues/2606
This commit is contained in:
Djordje Vlaisavljevic 2023-03-02 14:54:00 +00:00
parent bb1ea96cdb
commit 72f41bcc1c

View file

@ -40,7 +40,6 @@
font-size: 1.35rem;
line-height: 1.2;
margin-bottom: 14px;
white-space: nowrap;
position: relative;
}
@ -115,6 +114,9 @@
.gh-mention-timestamp {
margin-left: auto;
padding-left: 32px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.gh-mention-content {