0
Fork 0
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:
Djordje Vlaisavljevic 2022-04-26 21:49:10 +02:00
parent 303e7286a2
commit f4cb7ac04b

View file

@ -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 {