From fe655cc255c82c40fc2fa0c28c013416abd7d5f5 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Thu, 4 Sep 2025 13:18:27 +0530 Subject: [PATCH] fix(ui): remove margin bottom (#14642) --- .../src/app/ingestV2/executions/components/BaseTab.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/datahub-web-react/src/app/ingestV2/executions/components/BaseTab.tsx b/datahub-web-react/src/app/ingestV2/executions/components/BaseTab.tsx index f05b7b1380..ceb652dabe 100644 --- a/datahub-web-react/src/app/ingestV2/executions/components/BaseTab.tsx +++ b/datahub-web-react/src/app/ingestV2/executions/components/BaseTab.tsx @@ -11,7 +11,6 @@ export const SectionHeader = styled(Typography.Title)` &&&& { padding: 0px; margin: 0px; - margin-bottom: 12px; } `;