From 1eb2e622fbd81928bc7e8b48f75332c787c01225 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 4 Jun 2024 20:22:12 +0300 Subject: 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 Tested-by: Jenkins --- help3xsl/default.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'help3xsl') 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; -- cgit