Limit comment max-width to 80chars

stable
xaviju 2017-02-10 10:17:26 +01:00
parent 454989abfc
commit face26f1c1
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@
} }
p { p {
margin-bottom: 1rem; margin-bottom: 1rem;
max-width: 80rem;
word-wrap: break-word; word-wrap: break-word;
} }
.codehilite { .codehilite {

View File

@ -156,6 +156,7 @@
} }
.comment-text { .comment-text {
max-width: 80rem;
&.wysiwyg { &.wysiwyg {
margin-bottom: 0; margin-bottom: 0;
padding: 0; padding: 0;