help3xsl/default.css | 3 +++ 1 file changed, 3 insertions(+) New commits: commit ffaa9e1adb04a683ec87eb5c4c35387384e32702 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Thu Aug 31 12:43:26 2023 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Thu Aug 31 21:21:07 2023 +0200
Prevent literal words to wrap in lines. Applies mostly on table columns Change-Id: Ie18b84d9a052f4b189f06c43132457a3a925dcaa Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156354 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> 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;