From 0a884829024973568bbc487e85761c2b27928335 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Thu, 22 Aug 2019 09:15:30 +0200 Subject: [PATCH] Internal: Simplified aligned image styles. --- theme/imagestyle.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theme/imagestyle.css b/theme/imagestyle.css index 7ef1fbed..e74b2e1e 100644 --- a/theme/imagestyle.css +++ b/theme/imagestyle.css @@ -12,9 +12,7 @@ & .image-style-align-left, & .image-style-align-center, & .image-style-align-right { - &:not(.image_resized) { - max-width: 50%; - } + max-width: 50%; } & .image-style-side {