Break long words instead of showing a horizontal scrollbar
This commit is contained in:
parent
07f82d6a0d
commit
033b6bd082
2
dev.html
2
dev.html
@ -33,7 +33,7 @@
|
|||||||
'discuss@conference.conversejs.org'
|
'discuss@conference.conversejs.org'
|
||||||
],
|
],
|
||||||
enable_smacks: true,
|
enable_smacks: true,
|
||||||
muc_respect_autojoin: false,
|
muc_respect_autojoin: true,
|
||||||
message_archiving: 'always',
|
message_archiving: 'always',
|
||||||
debug: true
|
debug: true
|
||||||
});
|
});
|
||||||
|
@ -182,6 +182,8 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
a {
|
a {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
Loading…
Reference in New Issue
Block a user