From 5abbadfa622e58a4951cf0b2f96fbf8094641be8 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 19 Apr 2020 05:59:33 +0000 Subject: [PATCH] Fix pre tag overflow --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 838a3c4..68f8e92 100644 --- a/static/style.css +++ b/static/style.css @@ -27,6 +27,10 @@ margin: 0px; } +.status-content pre { + overflow-x: auto; +} + .status-content img, .status-image, .status-video { @@ -52,6 +56,8 @@ } .status { + overflow-x: auto; + width: 100%; } .status-dname {