Limit comment max-width to 80chars
parent
454989abfc
commit
face26f1c1
|
@ -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 {
|
||||||
|
|
|
@ -156,6 +156,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text {
|
.comment-text {
|
||||||
|
max-width: 80rem;
|
||||||
&.wysiwyg {
|
&.wysiwyg {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue