mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Changed word-break property for descriptions
refs https://github.com/TryGhost/Team/issues/1482
This commit is contained in:
parent
303e7286a2
commit
f4cb7ac04b
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ const FrameStyles = `
|
|||
padding: 0;
|
||||
margin: 5px 8px 0 0;
|
||||
color: var(--grey6);
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.gh-portal-list-detail.gh-portal-list-big p {
|
||||
|
|
Loading…
Add table
Reference in a new issue