From 97e1b4f6640c1866f994a785db8d4e30aef1431f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 23 Jul 2024 19:18:32 +0200 Subject: [PATCH] fix(NcChip): Remove space of chip icon if not set Signed-off-by: Ferdinand Thiessen --- src/components/NcChip/NcChip.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/NcChip/NcChip.vue b/src/components/NcChip/NcChip.vue index 69bd018387..89958cd43a 100644 --- a/src/components/NcChip/NcChip.vue +++ b/src/components/NcChip/NcChip.vue @@ -8,7 +8,8 @@ ```vue