fixed word-overflow in long posts

This commit is contained in:
Mystikfluu 2022-06-01 20:48:24 +02:00
parent 0c53ec31b3
commit 48abd6274f

View File

@ -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;
}