mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-14 20:11:10 +00:00
Fixed messages going off screen
Fixed messages going off screen on firefox and other browsers
This commit is contained in:
parent
3ce91179b2
commit
cfc4cb3400
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ export default {
|
|||
white-space: pre-wrap;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
max-width: calc(100vw - 500px);
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue