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 9dac0d144d

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;