fix text overflow in posts

This commit is contained in:
Mystikfluu 2022-08-12 23:39:33 +02:00
parent 837b07d322
commit 8303df6533

View File

@ -71,6 +71,7 @@ button {
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 10px; border-radius: 10px;
overflow-wrap: break-word; overflow-wrap: break-word;
overflow: hidden;
} }
#post-text, button { #post-text, button {
@ -78,6 +79,7 @@ button {
border-radius: 5px; border-radius: 5px;
resize: none; resize: none;
overflow-wrap: break-word; overflow-wrap: break-word;
overflow: hidden;
} }
.channelTab { .channelTab {