fix(sqllab): Fix spacing on Schedule option in SqlEditor dropdown (#21832)

This commit is contained in:
Lyndsi Kay Williams 2022-10-17 14:54:45 -05:00 committed by GitHub
parent 52d33b05fd
commit fcb98003a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 {