don't let long status messages create overflow
This commit is contained in:
parent
2b17d0f691
commit
d6882f075a
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue