diff --git a/src/resources/icons/corner_menu_cur.svg b/src/resources/icons/corner_menu_cur.svg
index 22677715..77a129bf 100644
--- a/src/resources/icons/corner_menu_cur.svg
+++ b/src/resources/icons/corner_menu_cur.svg
@@ -3,7 +3,7 @@
diff --git a/src/resources/icons/corner_tablist_cur.svg b/src/resources/icons/corner_tablist_cur.svg
index 455f82a8..1007853e 100644
--- a/src/resources/icons/corner_tablist_cur.svg
+++ b/src/resources/icons/corner_tablist_cur.svg
@@ -5,7 +5,7 @@
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
-
+
diff --git a/src/resources/markdown.css b/src/resources/markdown.css
index b7b27f73..dec3bbfb 100644
--- a/src/resources/markdown.css
+++ b/src/resources/markdown.css
@@ -60,7 +60,6 @@ p, ul, ol {
}
pre {
padding: 0px 24px;
- white-space: pre-wrap;
background-color: #f8f8f8;
border-radius: 3px;
border: 1px solid #cccccc;
@@ -77,7 +76,6 @@ pre code {
padding: 0;
border: none;
background: transparent;
- white-space: pre-wrap;
overflow: auto;
color: #444444;
}