mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-01 23:21:40 +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 {
|
||||
margin: 0 10px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.SessionStatusView button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user