mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update Monthly patch updates (#64323)
* Update Monthly patch updates * don't update dangerously-set-html-content * run prettier * fix types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@@ -199,10 +199,10 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
margin-bottom: ${theme.spacing(3)};
|
||||
`,
|
||||
deleteButton: css`
|
||||
margin-left: ${theme.spacing(3)}; ;
|
||||
margin-left: ${theme.spacing(3)};
|
||||
`,
|
||||
deleteButtonMobile: css`
|
||||
margin-top: ${theme.spacing(2)}; ;
|
||||
margin-top: ${theme.spacing(2)};
|
||||
`,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user