summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 742984d6c7a..4d9c73c6840 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -34,19 +34,4 @@
}
}
}
-
- .wiki {
- // Single lines of code should wrap
- code {
- white-space: pre-wrap;
- word-break: keep-all;
- }
-
- // Code blocks should scroll horizontally
- pre {
- code {
- white-space: pre;
- }
- }
- }
}