fixed word-overflow in long posts
This commit is contained in:
parent
0c53ec31b3
commit
48abd6274f
@ -63,9 +63,11 @@ button {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-text, button {
|
#post-text, button {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user