🐛 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:
Aileen Nowak
2018-09-07 20:45:18 +08:00
committed by John O'Nolan
parent 78993720fd
commit ae192a9fff
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long