diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 7ce0da75f3..539a7da2fb 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -125,6 +125,9 @@ pre, font-family: var(--font_mono); word-wrap: anywhere; } +.literal { + white-space: nowrap; +} .smathcode { border-radius: 2px; padding: 1px 3px; |