From 43de5c6c3715a9244eaf066d6969122978abc405 Mon Sep 17 00:00:00 2001 From: lubber-de Date: Thu, 15 Nov 2018 08:50:40 +0100 Subject: [PATCH] fix(placeholder): Respect a possible 'image icon' not occupying the same space as a real image should --- src/definitions/elements/placeholder.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/placeholder.less b/src/definitions/elements/placeholder.less index 268a8da2af..a63fec668d 100644 --- a/src/definitions/elements/placeholder.less +++ b/src/definitions/elements/placeholder.less @@ -69,7 +69,7 @@ } /* Image */ -.ui.placeholder .image:not(.header):not(.ui) { +.ui.placeholder .image:not(.header):not(.ui):not(.icon) { height: @placeholderImageHeight; } .ui.placeholder .square.image:not(.header) {