From 265f5d550009d20d987ab38c5cd1415317363150 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 30 Jun 2023 11:34:42 +0200 Subject: [PATCH] fix(ui): fix add cond button padding --- frontend/app/components/FFlags/NewFFlag/Conditions.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/app/components/FFlags/NewFFlag/Conditions.tsx b/frontend/app/components/FFlags/NewFFlag/Conditions.tsx index b66a81a7a..b890f0ad3 100644 --- a/frontend/app/components/FFlags/NewFFlag/Conditions.tsx +++ b/frontend/app/components/FFlags/NewFFlag/Conditions.tsx @@ -77,6 +77,7 @@ function RolloutCondition({ set, conditions, removeCondition, index, readonly }: ) : null} {readonly ? null : ( +
+
)}