diff --git a/templates/paste.html b/templates/paste.html
index a528af8..681dd46 100644
--- a/templates/paste.html
+++ b/templates/paste.html
@@ -13,6 +13,14 @@
body {
font-family: 'Inter';
}
+ pre {
+ overflow-x: auto;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
+ }