diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-03 19:05:25 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-03 19:05:25 +0100 |
| commit | 801e74106cdda71b76d08b38b88672de1b2b9214 (patch) | |
| tree | 446589f86d63ef0a9e35ea0a5b87a2e5aacb91d3 /static | |
| parent | 8cb1d324b566c12fb315935a399a3c347718ec1d (diff) | |
update css
Diffstat (limited to 'static')
| -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 { |
