Merge pull request #1 from Brecert/bree-fixes-things

Fixed messages going off screen
This commit is contained in:
Supertiger 2019-02-19 20:06:13 +00:00 committed by GitHub
commit 1a027361e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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