diff options
Diffstat (limited to 'generated/static/global.css')
| -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 { |
