From cd71824cc82090eb68472de84711c637e351b092 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Thu, 25 Sep 2025 22:10:00 +0200 Subject: [PATCH] style: refine button styles and layout in KanbanFilters - Changed button padding and layout from grid to flex for better responsiveness. - Adjusted gap sizes for a more compact design. - Ensured consistent styling across priority and tag buttons for improved UI coherence. --- src/components/kanban/KanbanFilters.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/kanban/KanbanFilters.tsx b/src/components/kanban/KanbanFilters.tsx index e16cc89..e360266 100644 --- a/src/components/kanban/KanbanFilters.tsx +++ b/src/components/kanban/KanbanFilters.tsx @@ -346,12 +346,12 @@ export function KanbanFilters({ filters, onFiltersChange, hiddenStatuses: propsH -
+
{priorityOptions.filter(priority => priority.count > 0).map((priority) => (