mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 13:44:12 -04:00
Fix wrapping issues in html export
This commit is contained in:
parent
4d5118de76
commit
d4f2049db6
2 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,7 @@ div.pre {
|
||||||
font-family: Consolas, Courier New, Courier, Monospace;
|
font-family: Consolas, Courier New, Courier, Monospace;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.pre {
|
span.pre {
|
||||||
|
@ -106,6 +106,7 @@ span.msg-edited {
|
||||||
div.msg-content {
|
div.msg-content {
|
||||||
font-size: .9375rem;
|
font-size: .9375rem;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.msg-attachment {
|
div.msg-attachment {
|
||||||
|
|
|
@ -18,7 +18,7 @@ div.pre {
|
||||||
font-family: Consolas, Courier New, Courier, Monospace;
|
font-family: Consolas, Courier New, Courier, Monospace;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.pre {
|
span.pre {
|
||||||
|
@ -106,6 +106,7 @@ span.msg-edited {
|
||||||
div.msg-content {
|
div.msg-content {
|
||||||
font-size: .9375rem;
|
font-size: .9375rem;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.msg-attachment {
|
div.msg-attachment {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue