From fcb98003a3ffeea25de64082100ca7d9109f9864 Mon Sep 17 00:00:00 2001 From: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:54:45 -0500 Subject: [PATCH] fix(sqllab): Fix spacing on Schedule option in SqlEditor dropdown (#21832) --- .../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 {