From 57d9a2762c7f04ffa8c29a35fff4b2fbe71d37fc Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Wed, 12 Aug 2020 12:54:13 +0300 Subject: [PATCH] Added a height: auto property to img Affects issues: - Possibly fixed #1527 --- .../common/src/main/resources/assets/plan/web/css/sb-admin-2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css b/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css index 37b58c9ae..d14cc154f 100644 --- a/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css +++ b/Plan/common/src/main/resources/assets/plan/web/css/sb-admin-2.css @@ -217,6 +217,7 @@ figure { } img { + height: auto; vertical-align: middle; border-style: none; }