From 5f4aab04d4b5b7e3b3c1d64ed07bc20774691a72 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 5 Jun 2024 11:20:17 +0200 Subject: [PATCH] Force image placement for new theme (#804) --- _themes/sulu/static/sulu.css_t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_themes/sulu/static/sulu.css_t b/_themes/sulu/static/sulu.css_t index a89c2939..bbcad6c2 100644 --- a/_themes/sulu/static/sulu.css_t +++ b/_themes/sulu/static/sulu.css_t @@ -380,15 +380,17 @@ img { } img.align-center, -.figure.align-center, +figure.align-center, object.align-center, img.align-right, -.figure.align-right, +figure.align-right, object.align-right { max-width: 75ch; /* not centered */ margin-left: 0; margin-right: 0; + padding-left: 0; + padding-right: 0; } /* Table */