_s: Add word breaking to anchors within comment content. Fixes #96.
This commit is contained in:
parent
9957c274e0
commit
14ad334be6
1 changed files with 3 additions and 0 deletions
|
@ -532,6 +532,9 @@ object {
|
||||||
/* =Comments
|
/* =Comments
|
||||||
----------------------------------------------- */
|
----------------------------------------------- */
|
||||||
|
|
||||||
|
.comment-content a {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
.bypostauthor {
|
.bypostauthor {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue