diff --git a/board/static/board/style.css b/board/static/board/style.css index 97335fe..b448608 100644 --- a/board/static/board/style.css +++ b/board/static/board/style.css @@ -68,7 +68,10 @@ th { /******************************************************************************* Posts ********************************************************************************/ -/*.post_body { }*/ +.post_body { + overflow-wrap: break-word; +} + .post_image_info { font-size: small; padding-bottom: 5px;