mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Fix long links causing horizontal scrolling on small screens (#761)
Co-authored-by: John O'Nolan <john@ghost.org>
This commit is contained in:
parent
c0d5a3d999
commit
e72f4236be
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user