From 85a2e35cc6784934a065cd4db391c59b01b5e62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 28 Sep 2023 07:55:17 +0200 Subject: [PATCH] fix(EmptyContent): ensure proper custom icon size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/NcEmptyContent/NcEmptyContent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NcEmptyContent/NcEmptyContent.vue b/src/components/NcEmptyContent/NcEmptyContent.vue index dc875ed7d1..6a6be41948 100644 --- a/src/components/NcEmptyContent/NcEmptyContent.vue +++ b/src/components/NcEmptyContent/NcEmptyContent.vue @@ -228,8 +228,8 @@ export default { background-size: 64px; :deep(svg) { - width: 64px; - height: 64px; + width: 64px !important; + height: 64px !important; max-width: 64px !important; max-height: 64px !important; }