diff --git a/DiscordChatExporter/Resources/ExportService/DarkTheme.css b/DiscordChatExporter/Resources/ExportService/DarkTheme.css index 47937e5a..fcef5347 100644 --- a/DiscordChatExporter/Resources/ExportService/DarkTheme.css +++ b/DiscordChatExporter/Resources/ExportService/DarkTheme.css @@ -26,7 +26,7 @@ span.pre { font-family: Consolas, Courier New, Courier, Monospace; padding-left: 2px; padding-right: 2px; - white-space: pre; + white-space: pre-wrap; } div#info { diff --git a/DiscordChatExporter/Resources/ExportService/LightTheme.css b/DiscordChatExporter/Resources/ExportService/LightTheme.css index 3e585126..1d6e1356 100644 --- a/DiscordChatExporter/Resources/ExportService/LightTheme.css +++ b/DiscordChatExporter/Resources/ExportService/LightTheme.css @@ -18,6 +18,7 @@ div.pre { font-family: Consolas, Courier New, Courier, Monospace; margin-top: 4px; padding: 8px; + white-space: pre; } span.pre { @@ -25,6 +26,7 @@ span.pre { font-family: Consolas, Courier New, Courier, Monospace; padding-left: 2px; padding-right: 2px; + white-space: pre-wrap; } div#info {