From 40b80f493c48f0e00cf6428c0381dd057d15b006 Mon Sep 17 00:00:00 2001 From: cnouguier Date: Fri, 31 Jan 2025 18:01:04 +0100 Subject: [PATCH] feat: Allow to hide the separator in KCardSection (close #1075) --- .../components/collection/KCardSection.vue | 26 +++---------------- .../collection/KDescriptionCardSection.vue | 15 +++++++---- core/client/utils/utils.items.js | 4 +++ 3 files changed, 17 insertions(+), 28 deletions(-) diff --git a/core/client/components/collection/KCardSection.vue b/core/client/components/collection/KCardSection.vue index 481b74a80..c0677a710 100644 --- a/core/client/components/collection/KCardSection.vue +++ b/core/client/components/collection/KCardSection.vue @@ -1,6 +1,6 @@