diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-06-04 20:22:12 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-06-04 19:55:46 +0200 |
commit | 1eb2e622fbd81928bc7e8b48f75332c787c01225 (patch) | |
tree | d6c525e957c818dfec1bc8fb44555226dce99646 /help3xsl | |
parent | b256e08a31624c1c55894b4f11065c75423af30e (diff) |
tdf#161413 Don't allow note icon SVGs to shrink
Change-Id: I0d760f0e784f3ef2beb0fa9f80fdb52f7222b298
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168411
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'help3xsl')
-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 969ba50a73..dda3942ac4 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -189,6 +189,9 @@ img[src$=".svg"] { .noteicon, .notetext { padding:0.3em; } +.noteicon { + flex-shrink: 0; +} /* Override some Prism.js styles */ code[class*="language-"], pre[class*="language-"] { white-space: pre-wrap; |