Add horizontal overflow for CSS classes code.ovf and pre

This commit is contained in:
inference 2024-06-27 11:48:44 +01:00
parent 265c32118e
commit 2b55a849ec
Signed by: inference
SSH Key Fingerprint: SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */ /* Inferencium - Website - CSS - Main */
/* Version: 12.3.0 */ /* Version: 12.4.0-alpha.1 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -87,6 +87,10 @@ code, pre {
padding: 2px; padding: 2px;
} }
code.ovf, pre {
overflow-x: auto;
}
/* Links */ /* Links */
a { a {