diff --git a/css/posts.css b/css/posts.css index cab2919..31a3be2 100644 --- a/css/posts.css +++ b/css/posts.css @@ -71,6 +71,7 @@ button { margin-bottom: 10px; border-radius: 10px; overflow-wrap: break-word; + overflow: hidden; } #post-text, button { @@ -78,6 +79,7 @@ button { border-radius: 5px; resize: none; overflow-wrap: break-word; + overflow: hidden; } .channelTab {