mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
fix(sqllab): Fix spacing on Schedule option in SqlEditor dropdown (#21832)
This commit is contained in:
committed by
GitHub
parent
52d33b05fd
commit
fcb98003a3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user