fix text overflow in posts
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user