diff options
author | r <r@freesoftwareextremist.com> | 2020-04-19 16:38:28 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-04-19 16:38:28 +0000 |
commit | 1e750f89b156c601fa5cfbda21e8c4b46be85b18 (patch) | |
tree | cd7cd56a8d86b662958faaa82c408b3648a812ee /static | |
parent | ded211f29f16ed3258fa9e83e623134c678cb5bb (diff) | |
download | bloat-1e750f89b156c601fa5cfbda21e8c4b46be85b18.tar.gz bloat-1e750f89b156c601fa5cfbda21e8c4b46be85b18.zip |
Revert "Fix pre tag overflow"
This reverts commit 5abbadfa622e58a4951cf0b2f96fbf8094641be8.
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css index 68f8e92..838a3c4 100644 --- a/static/style.css +++ b/static/style.css @@ -27,10 +27,6 @@ margin: 0px; } -.status-content pre { - overflow-x: auto; -} - .status-content img, .status-image, .status-video { @@ -56,8 +52,6 @@ } .status { - overflow-x: auto; - width: 100%; } .status-dname { |