From 60665c88f7d0a4803bbd549f2c7057b847836e72 Mon Sep 17 00:00:00 2001 From: Dev Catalin <20538711+devcatalin@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:10:20 +0300 Subject: [PATCH] chore: remove padding bottom from dry runs pane --- .../organisms/ExplorerPane/DryRunsPane/DryRunsPane.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/organisms/ExplorerPane/DryRunsPane/DryRunsPane.tsx b/src/components/organisms/ExplorerPane/DryRunsPane/DryRunsPane.tsx index 793924536..c01471fd8 100644 --- a/src/components/organisms/ExplorerPane/DryRunsPane/DryRunsPane.tsx +++ b/src/components/organisms/ExplorerPane/DryRunsPane/DryRunsPane.tsx @@ -140,7 +140,6 @@ export const PanelContainer = styled.div` background-color: ${Colors.grey10}; overflow: hidden; z-index: -2; - padding-bottom: 12px; display: flex; flex-flow: column; overflow-y: auto;