Add overflow-wrap: break-word; to post_body CSS
This will cause long, unbroken posts to wrap. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -68,7 +68,10 @@ th {
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
Posts
|
Posts
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
/*.post_body { }*/
|
.post_body {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.post_image_info {
|
.post_image_info {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user