help3xsl/default.css | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 1eb2e622fbd81928bc7e8b48f75332c787c01225 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Tue Jun 4 20:22:12 2024 +0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Tue Jun 4 19:55:46 2024 +0200
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.hal...@libreoffice.org> Tested-by: Jenkins 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;