fix(sqllab): Fix spacing on Schedule option in SqlEditor dropdown (#21832)
This commit is contained in:
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue