Fix long links causing horizontal scrolling on small screens (#761)

Co-authored-by: John O'Nolan <john@ghost.org>
This commit is contained in:
Paul Davis
2021-03-11 13:36:13 -05:00
committed by GitHub
co-authored by John O'Nolan
parent c0d5a3d999
commit e72f4236be
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -917,6 +917,7 @@ is the very first element in the post content */
.gh-content a {
color: var(--ghost-accent-color);
text-decoration: underline;
word-break: break-word;
}
.gh-content > blockquote,