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:
2022-07-12 15:40:14 -07:00
parent a3ebf75e83
commit 0de62aa63d

View File

@@ -68,7 +68,10 @@ th {
/*******************************************************************************
Posts
********************************************************************************/
/*.post_body { }*/
.post_body {
overflow-wrap: break-word;
}
.post_image_info {
font-size: small;
padding-bottom: 5px;