summaryrefslogtreecommitdiff
path: root/themes/conspiracy
diff options
context:
space:
mode:
Diffstat (limited to 'themes/conspiracy')
-rw-r--r--themes/conspiracy/assets/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/conspiracy/assets/css/style.css b/themes/conspiracy/assets/css/style.css
index 2165255..2d39039 100644
--- a/themes/conspiracy/assets/css/style.css
+++ b/themes/conspiracy/assets/css/style.css
@@ -267,6 +267,14 @@ h3 {
font-weight: 700;
}
+/* Prevent long literals from breaking the page layout's width */
+span.pre {
+ white-space: pre-wrap;
+ word-wrap: break-word;
+ overflow-x: auto;
+ overflow-wrap: anywhere;
+}
+
body > header {
z-index: 1;
margin-top: 100px;