From 48abd6274fc2c40ec09760d95d5ef56870cce143 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Wed, 1 Jun 2022 20:48:24 +0200 Subject: [PATCH] fixed word-overflow in long posts --- css/posts.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/posts.css b/css/posts.css index 6ce4860..9795079 100644 --- a/css/posts.css +++ b/css/posts.css @@ -63,9 +63,11 @@ button { margin-top: 10px; margin-bottom: 10px; border-radius: 10px; + overflow-wrap: break-word; } #post-text, button { border-radius: 5px; resize: none; + overflow-wrap: break-word; }