mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00: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:
parent
9bcdfb911d
commit
a41259be27
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ body {
|
|||
|
||||
/* Links */
|
||||
.gh-comment-content a {
|
||||
word-break: break-word;
|
||||
text-decoration: underline;
|
||||
color: var(--gh-accent-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue