From c9598fdf5a5a528fa9397e4b33d57209c1bc70c8 Mon Sep 17 00:00:00 2001 From: Larry Botha Date: Fri, 10 Dec 2021 14:13:06 +0200 Subject: [PATCH] fix(core _images.scss): revert height: auto update --- scss/core/global/_images.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scss/core/global/_images.scss b/scss/core/global/_images.scss index 620320b..4df7c2d 100644 --- a/scss/core/global/_images.scss +++ b/scss/core/global/_images.scss @@ -10,10 +10,7 @@ */ img, embed, object, video { max-width: 100%; - - &:not([height]) { - height: auto; - } + height: auto; } /**