Prevent wrapping on overflowing inline code blocks

+ Small change to code highlighting theme (preprocessing directives like parentheses?)
This commit is contained in:
Xevion
2022-04-04 20:04:18 -05:00
parent 14e355ea8a
commit dc73286b7c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -123,6 +123,7 @@ code {
border-radius: 3px;
background-color: rgb(0, 0, 0);
padding: 0.15em 0.34em;
white-space: nowrap;
}
pre {