summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-06-04 20:22:12 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-06-04 20:04:03 +0200
commit1141bf7d15c24f3e053785dbbc60d8acf22cdc6f (patch)
tree5e8061217999fa84bbda5b63108192b8ebd8d77a
parentd5b7f6808b445825fc80c1f1ec9c1c970a64bf76 (diff)
tdf#161413 Don't allow note icon SVGs to shrinklibreoffice-24-2
Change-Id: I0d760f0e784f3ef2beb0fa9f80fdb52f7222b298 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168411 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins (cherry picked from commit 1eb2e622fbd81928bc7e8b48f75332c787c01225) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168328 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r--help3xsl/default.css3
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;