Commit 033b6bd0 authored by JC Brand's avatar JC Brand

Break long words instead of showing a horizontal scrollbar

parent 07f82d6a
......@@ -33,7 +33,7 @@
'discuss@conference.conversejs.org'
],
enable_smacks: true,
muc_respect_autojoin: false,
muc_respect_autojoin: true,
message_archiving: 'always',
debug: true
});
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment