help3xsl/default.css | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 1141bf7d15c24f3e053785dbbc60d8acf22cdc6f
Author: Ilmari Lauhakangas <[email protected]>
AuthorDate: Tue Jun 4 20:22:12 2024 +0300
Commit: Ilmari Lauhakangas <[email protected]>
CommitDate: Tue Jun 4 20:04:03 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 <[email protected]>
Tested-by: Jenkins
(cherry picked from commit 1eb2e622fbd81928bc7e8b48f75332c787c01225)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168328
Tested-by: Ilmari Lauhakangas <[email protected]>
Reviewed-by: Ilmari Lauhakangas <[email protected]>
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;