help3xsl/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 00f8970a292d6876c29f2d2d4ca7958d832743e9 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Fri Dec 1 15:44:46 2023 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Fri Dec 1 19:48:41 2023 +0100 CSS: "literal" must wrap normally. Change-Id: Ib0ee56bd4a93d14467bec0ae607477dbbd86cbd8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160226 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/help3xsl/default.css b/help3xsl/default.css index 62f62d313c..b54f9fe725 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -126,7 +126,7 @@ pre, word-wrap: anywhere; } .literal { - white-space: nowrap; + white-space: normal; } .smathcode { border-radius: 2px;