don't let long status messages create overflow

This commit is contained in:
Bruno Windels 2020-05-09 21:22:09 +02:00
parent 2b17d0f691
commit d6882f075a

View file

@ -30,6 +30,8 @@
.SessionStatusView p {
margin: 0 10px;
word-break: break-all;
word-break: break-word;
}
.SessionStatusView button {