diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 6f6385c..c44cf6a 100644 --- a/static/style.css +++ b/static/style.css @@ -42,12 +42,10 @@ img.large { } pre { - padding: 1em 1em; - line-break: auto; + padding: 0.5em 0.5em; text-align: left; border: solid 1px var(--sbg); - line-break: anywhere; - white-space: pre-wrap !important; + overflow-x: auto; } code { |
