aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-04-19 05:59:33 +0000
committerr <r@freesoftwareextremist.com>2020-04-19 05:59:33 +0000
commit5abbadfa622e58a4951cf0b2f96fbf8094641be8 (patch)
tree7710ec1159ca00cf1f2b31cefbb84d664fbf8a92
parent91d87b01752a35f67508d5eb6f804946d7f9f7f2 (diff)
downloadbloat-5abbadfa622e58a4951cf0b2f96fbf8094641be8.tar.gz
bloat-5abbadfa622e58a4951cf0b2f96fbf8094641be8.zip
Fix pre tag overflow
-rw-r--r--static/style.css6
1 files changed, 6 insertions, 0 deletions
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 {