From 7d91285e195836bebdd9a40fda814327cd0d3803 Mon Sep 17 00:00:00 2001 From: andriikamaldinov1 Date: Fri, 25 Oct 2024 15:32:30 +0300 Subject: [PATCH] feat(ref: #118): add gap --- src/app/cards/cards.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/cards/cards.component.html b/src/app/cards/cards.component.html index de6a7a4..ef5ddca 100644 --- a/src/app/cards/cards.component.html +++ b/src/app/cards/cards.component.html @@ -8,7 +8,9 @@
{{ card.header }}
-
+
@if (card.customCodeProvider) {
-                             
+                             
                              Input vector
                          
}