From 8cce2ffca063a320267fd2caba1ae7a1e8d90486 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:02:56 +0100 Subject: [PATCH] fix spacing --- .../src/ee/base/components/kanban/kanban-empty-state.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx b/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx index c62f0aae5..2b328aa72 100644 --- a/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx +++ b/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx @@ -67,14 +67,14 @@ export function KanbanEmptyState({ base, view, pageId, editable }: KanbanEmptySt if (!editable) { return ( - + {t("This board has no grouping property yet.")} ); } return ( - + {t("Group this board by a select or status property.")} {groupableProperties.length > 0 ? (