Add horizontal overflow for CSS classes code.ovf
and pre
This commit is contained in:
parent
265c32118e
commit
2b55a849ec
6
main.css
6
main.css
@ -1,5 +1,5 @@
|
||||
/* Inferencium - Website - CSS - Main */
|
||||
/* Version: 12.3.0 */
|
||||
/* Version: 12.4.0-alpha.1 */
|
||||
|
||||
/* Copyright 2022 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
@ -87,6 +87,10 @@ code, pre {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
code.ovf, pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user