mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 03:06:53 -04:00
Fix bad overflow wrapping
This commit is contained in:
parent
668ac70fae
commit
48ec4d085a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue