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 2022/10/17 13:41:28 UTC

[superset] branch lyndsi/fix-schedule-placement created (now cd06f36980)

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

lyndsi pushed a change to branch lyndsi/fix-schedule-placement
in repository https://gitbox.apache.org/repos/asf/superset.git


      at cd06f36980 Fix spacing for Schedule option in SqlEditor dropdown

This branch includes the following new commits:

     new cd06f36980 Fix spacing for Schedule option in SqlEditor dropdown

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Fix spacing for Schedule option in SqlEditor dropdown

Posted by ly...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cd06f3698036b5ff38b8c7da391fd4545855f23b
Author: lyndsiWilliams <kc...@gmail.com>
AuthorDate: Mon Oct 17 08:40:43 2022 -0500

    Fix spacing for Schedule option in SqlEditor dropdown
---
 superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx b/superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx
index 43437d026a..780bc4d96d 100644
--- a/superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx
+++ b/superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx
@@ -101,7 +101,9 @@ export const StyledButtonComponent = styled(Button)`
     color: ${theme.colors.grayscale.dark2};
     font-size: 14px;
     font-weight: ${theme.typography.weights.normal};
+    margin-left: 0;
     &:disabled {
+      margin-left: 0;
       background: none;
       color: ${theme.colors.grayscale.dark2};
       &:hover {