Skip to content

Commit

Permalink
Merge pull request #162 from grafana/joey/investigate-panel-styling
Browse files Browse the repository at this point in the history
Add more spacing between panels in comparison view
  • Loading branch information
adrapereira authored Aug 28, 2024
2 parents e61a601 + a00f573 commit 5e8b48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Explore/layouts/HighestDifferencePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function getStyles(theme: GrafanaTheme2) {
border: `1px solid ${theme.colors.secondary.border}`,
background: theme.colors.background.primary,
padding: '8px',
marginBottom: theme.spacing(2),
fontSize: '12px',
}),
differenceValue: css({
Expand Down
2 changes: 1 addition & 1 deletion src/components/Explore/layouts/allComparison.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function buildAllComparisonLayout(
return new ByFrameRepeater({
body: new SceneCSSGridLayout({
templateColumns: GRID_TEMPLATE_COLUMNS,
autoRows: '300px',
autoRows: '320px',
children: [],
}),
getLayoutChild: getLayoutChild(getFrameName, actionsFn, metric),
Expand Down

0 comments on commit 5e8b48f

Please sign in to comment.