Fixed messages going off screen

Fixed messages going off screen on firefox and other browsers
This commit is contained in:
Brecert 2019-02-18 12:23:56 -06:00 committed by GitHub
parent 3ce91179b2
commit cfc4cb3400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,6 +144,7 @@ export default {
white-space: pre-wrap;
font-size: 14px;
overflow: hidden;
max-width: calc(100vw - 500px);
color: white;
}