From 877201f1e052fd3a09c495437f7f94b26a7a77bb Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Thu, 27 May 2021 10:39:19 -0400 Subject: [PATCH] margin style (#14849) --- .../src/views/CRUD/data/database/DatabaseModal/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/styles.ts b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/styles.ts index 8c33756962b..e764e8a73b3 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/styles.ts +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/styles.ts @@ -81,7 +81,6 @@ export const antDModalNoPaddingStyles = css` .ant-modal-body { padding-left: 0; padding-right: 0; - margin-bottom: 110px; } `;