You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2023/01/12 23:59:42 UTC

[superset] branch lyndsi/fix-alert-modal-spacing updated: Remove unneeded css

This is an automated email from the ASF dual-hosted git repository.

lyndsi pushed a commit to branch lyndsi/fix-alert-modal-spacing
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/lyndsi/fix-alert-modal-spacing by this push:
     new 3b6764b178 Remove unneeded css
3b6764b178 is described below

commit 3b6764b17800ea3c5af1d90f24e35c5e3b689657
Author: lyndsiWilliams <kc...@gmail.com>
AuthorDate: Thu Jan 12 17:59:26 2023 -0600

    Remove unneeded css
---
 superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx b/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
index 74d9af7f44..66d111f6a0 100644
--- a/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
+++ b/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
@@ -1463,11 +1463,6 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
                   key={`NotificationMethod-${i}`}
                   onUpdate={updateNotificationSetting}
                   onRemove={removeNotificationSetting}
-                  css={css`
-                    .input-container {
-                      margin-left: 0 !important;
-                    }
-                  `}
                 />
               </StyledNotificationMethodWrapper>
             ))}