use break-word instead of break-all everywhere
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
@ -558,7 +558,7 @@ aside {
|
||||
display: inline-block;
|
||||
margin:0px !important;
|
||||
text-align: left;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.post_footer {
|
||||
|
Reference in New Issue
Block a user