mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 09:01:43 +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;
|
white-space: pre-wrap;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
max-width: calc(100vw - 500px);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue