mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
don't let long status messages create overflow
This commit is contained in:
parent
2b17d0f691
commit
d6882f075a
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
.SessionStatusView p {
|
.SessionStatusView p {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
word-break: break-all;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionStatusView button {
|
.SessionStatusView button {
|
||||||
|
Loading…
Reference in New Issue
Block a user