use break-word instead of break-all everywhere

This commit is contained in:
2022-01-13 10:47:26 +06:00
parent 866348e9b5
commit 2ebd7ba865
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ textarea {
display: inline-block;
margin:0px !important;
text-align: left;
word-break: break-all;
word-break: break-word;
font-size:12px !important;
}

View File

@ -558,7 +558,7 @@ aside {
display: inline-block;
margin:0px !important;
text-align: left;
word-break: break-all;
word-break: break-word;
}
.post_footer {