Limit comment max-width to 80chars
parent
454989abfc
commit
face26f1c1
|
@ -78,6 +78,7 @@
|
|||
}
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
max-width: 80rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.codehilite {
|
||||
|
|
|
@ -156,6 +156,7 @@
|
|||
}
|
||||
|
||||
.comment-text {
|
||||
max-width: 80rem;
|
||||
&.wysiwyg {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue