_s: Add word breaking to anchors within comment content. Fixes #96.

This commit is contained in:
Philip Arthur Moore 2013-02-02 19:49:21 -10:00
parent 9957c274e0
commit 14ad334be6
1 changed files with 3 additions and 0 deletions

View File

@ -532,6 +532,9 @@ object {
/* =Comments
----------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}