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 {