mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Fix bad overflow wrapping
This commit is contained in:
parent
668ac70fae
commit
48ec4d085a
|
|
@ -20,6 +20,7 @@ img {
|
||||||
.markdown {
|
.markdown {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler {
|
.spoiler {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue