From cd06f3698036b5ff38b8c7da391fd4545855f23b Mon Sep 17 00:00:00 2001 From: lyndsiWilliams Date: Mon, 17 Oct 2022 08:40:43 -0500 Subject: [PATCH] Fix spacing for Schedule option in SqlEditor dropdown --- .../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 43437d026a10d..780bc4d96d70e 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 {