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;
}
.chat-wrapper .message {
word-break: break-word;
font-weight: normal;
display: block;
margin-bottom: 0.3em;