diff options
author | r <r@freesoftwareextremist.com> | 2020-04-19 05:59:33 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-04-19 05:59:33 +0000 |
commit | 5abbadfa622e58a4951cf0b2f96fbf8094641be8 (patch) | |
tree | 7710ec1159ca00cf1f2b31cefbb84d664fbf8a92 | |
parent | 91d87b01752a35f67508d5eb6f804946d7f9f7f2 (diff) | |
download | bloat-5abbadfa622e58a4951cf0b2f96fbf8094641be8.tar.gz bloat-5abbadfa622e58a4951cf0b2f96fbf8094641be8.zip |
Fix pre tag overflow
-rw-r--r-- | static/style.css | 6 |
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 { |