about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tilde.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tilde.css b/tilde.css
index 1db5d0a..0fe0099 100644
--- a/tilde.css
+++ b/tilde.css
@@ -7,6 +7,13 @@ body {
     font-size: 1.0em;
 }
 
+pre {
+    display: block;
+    white-space: pre;
+    word-break: break-all;
+    overflow-x: auto;
+}
+
 .date {
     font-weight: bold;
 }