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

Fix the word break for long links in comments on mobile

refs https://github.com/TryGhost/Team/issues/2245
This commit is contained in:
James Morris 2022-11-11 15:31:34 +00:00
parent 9bcdfb911d
commit a41259be27

View file

@ -24,6 +24,7 @@ body {
/* Links */ /* Links */
.gh-comment-content a { .gh-comment-content a {
word-break: break-word;
text-decoration: underline; text-decoration: underline;
color: var(--gh-accent-color); color: var(--gh-accent-color);
} }