prettier fixes
This commit is contained in:
@@ -180,7 +180,9 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
border-color: ${red};
|
||||
border-radius: 2px;
|
||||
outline-offset: 2px;
|
||||
box-shadow: 0 0 0 2px ${theme.colors.bg1}, 0 0 0px 4px ${red};
|
||||
box-shadow:
|
||||
0 0 0 2px ${theme.colors.bg1},
|
||||
0 0 0px 4px ${red};
|
||||
`,
|
||||
scriptCommandContainer: css`
|
||||
margin-bottom: ${theme.spacing.md};
|
||||
|
||||
Reference in New Issue
Block a user