Skip to content

Commit

Permalink
chore(ui): remove paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
anyuanzheng committed Sep 20, 2024
1 parent d3bcde7 commit 542b0df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/app/core/components/Page/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ const getStyles = (theme: GrafanaTheme2) => {
display: 'flex',
flexDirection: 'column',
padding: theme.spacing(2),
paddingLeft: 0,
paddingTop: 0,
paddingBottom: 0,
flexBasis: '100%',
flexGrow: 1,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ function getStyles(theme: GrafanaTheme2) {
display: 'flex',
flexDirection: 'column',
padding: theme.spacing(0, 2),
paddingLeft: 0,
paddingTop: 0,
paddingBottom: 0,
flexBasis: '100%',
flexGrow: 1,
minHeight: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ function getStyles(theme: GrafanaTheme2) {
display: 'flex',
flexDirection: 'column',
padding: theme.spacing(0, 2),
paddingLeft: 0,
paddingTop: 0,
paddingBottom: 0,
flexBasis: '100%',
flexGrow: 1,
}),
Expand Down

0 comments on commit 542b0df

Please sign in to comment.