mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
🐛 Fixed word-wrap for extra long anchor links text (#478)
refs #466 Anchor links didn't break, when the text was too long. Using `word-break: break-all` specifically on a-tags in post-content fixes this without screwing up other tags and their breaks.
This commit is contained in:
parent
78993720fd
commit
ae192a9fff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -815,6 +815,7 @@ The first (most recent) post in the list is styled to be bigger than the others
|
||||
|
||||
.post-full-content a {
|
||||
color: #000;
|
||||
word-break: break-word;
|
||||
box-shadow: var(--blue) 0 -1px 0 inset;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user