diff options
| author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2026-06-14 19:47:58 +0300 |
|---|---|---|
| committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2026-06-14 19:47:58 +0300 |
| commit | 228f21f09a6d98251267545ba4ee9c55701cc5ca (patch) | |
| tree | fb46f6362543b62d17b76b1c1779c0681e7a8cc4 /generated/static | |
| parent | 82de1a8373a250d214883fd34b80227b6524a59a (diff) | |
| download | cron4.fi-228f21f09a6d98251267545ba4ee9c55701cc5ca.tar.gz cron4.fi-228f21f09a6d98251267545ba4ee9c55701cc5ca.zip | |
modified css to make code blocks fit
Diffstat (limited to 'generated/static')
| -rw-r--r-- | generated/static/global.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/generated/static/global.css b/generated/static/global.css index 6a2ec49..964060c 100644 --- a/generated/static/global.css +++ b/generated/static/global.css @@ -56,13 +56,10 @@ header { box-sizing: border-box; } -.x-scroll { - overflow-x: auto; -} -pre { +pre, .example, .src { padding: 1em; background-color: var(--code-bg); - width: fit-content; + overflow-x: auto; } figure > img { |
