Merge pull request #1379 from BotMaster3000/develop

Set the Max-Width of the Chat-Window to 80%
This commit is contained in:
Saptak Sengupta 2021-06-08 02:40:24 +05:30 committed by GitHub
commit f216c670d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,7 @@ ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
display: block; display: block;
} }
.chat-wrapper .message { .chat-wrapper .message {
word-break: break-word;
font-weight: normal; font-weight: normal;
display: block; display: block;
margin-bottom: 0.3em; margin-bottom: 0.3em;