aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-03 16:06:18 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-03 16:06:18 -0500
commitab9aa356a824b6bc8b8551ca57d74871c4b84894 (patch)
tree113988618531921fc2fd53f341e6f583d308afc9 /docs/style.css
parent43459e8322548d742d116af5ee0527283fa540c5 (diff)
Use white-space:pre, not nowrap, for inline code
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 84797ba9..d589adc9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -77,7 +77,7 @@ pre, code, textarea, .kb {
}
code {
padding: 0.15em 0.1em 0.05em;
- white-space: nowrap;
+ white-space: pre;
border-width: 0.3px;
}
pre, textarea, .kb {