Break long words instead of showing a horizontal scrollbar

This commit is contained in:
JC Brand 2019-07-22 16:36:44 +02:00
parent 07f82d6a0d
commit 033b6bd082
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@
'discuss@conference.conversejs.org'
],
enable_smacks: true,
muc_respect_autojoin: false,
muc_respect_autojoin: true,
message_archiving: 'always',
debug: true
});

View File

@ -182,6 +182,8 @@
padding: 0;
width: 100%;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
a {
word-wrap: break-word;
word-break: break-all;