forked from leftypol/leftypol
style.css: break by words on the entirety of the post
This commit is contained in:
parent
97159e3c02
commit
8565a6f527
1 changed files with 1 additions and 1 deletions
|
@ -510,6 +510,7 @@ div.post > p {
|
||||||
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-height: 1.16em;
|
min-height: 1.16em;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
margin-right: 1.4em;
|
margin-right: 1.4em;
|
||||||
|
@ -539,7 +540,6 @@ div.post.reply div.body a {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post div.body {
|
div.post div.body {
|
||||||
word-wrap: break-word;
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue