From a178511bb468f3bf12e2216bc30f95c15252d3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 12 Mar 2021 17:37:52 +0000 Subject: [PATCH] fix(ui): ensure there's bottom margin on swimlane --- ui/src/Components/Grid/AlertGrid/Swimlane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Components/Grid/AlertGrid/Swimlane.tsx b/ui/src/Components/Grid/AlertGrid/Swimlane.tsx index 63d0e0cee..3b99838d2 100644 --- a/ui/src/Components/Grid/AlertGrid/Swimlane.tsx +++ b/ui/src/Components/Grid/AlertGrid/Swimlane.tsx @@ -20,7 +20,7 @@ const Swimlane: FC<{ onToggle: (event: MouseEvent) => void; }> = ({ alertStore, settingsStore, grid, isExpanded, onToggle }) => { return ( -
+