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 <[email protected]> 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 {
