fix text overflow in posts
This commit is contained in:
parent
9a0c2e3b88
commit
591a0beed6
@ -49,6 +49,9 @@ body {
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
||||
.post_body > p {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.tripcode {
|
||||
color: #de04ef;
|
||||
|
Reference in New Issue
Block a user