summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-12-01 15:44:46 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-12-01 19:48:41 +0100
commit00f8970a292d6876c29f2d2d4ca7958d832743e9 (patch)
tree65837ebeb183b9db5169da201e6c324837eae112 /help3xsl
parentcd2824ba5ee24accdeffea3518bd89cc194ed189 (diff)
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.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css2
1 files changed, 1 insertions, 1 deletions
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;