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 {
margin-bottom: 1rem;
max-width: 80rem;
word-wrap: break-word;
}
.codehilite {

View File

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