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:
parent
bb1ea96cdb
commit
72f41bcc1c
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue