diff options
author | Himbeer <himbeer@disroot.org> | 2025-01-28 11:40:13 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-01-28 11:40:13 +0100 |
commit | a69a39b55c67a59c3d03472423c62a6c8692fbf5 (patch) | |
tree | 8681fc10e865988e64ed926db76b74f78ff26fe9 | |
parent | af68cf921676e7e017461be4da69d99b2c46faf8 (diff) |
Fix wide code snippets not being rectangular
-rw-r--r-- | static/base/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/base/common.css b/static/base/common.css index 10b514b..943fdf4 100644 --- a/static/base/common.css +++ b/static/base/common.css @@ -5,6 +5,7 @@ code { pre { background-color: lightgrey; + display: flex; font-family: Monospace; } |