Skip to content

Commit 032022f

Browse files
committed
fix: decrease padding around charts
2em 1em -> 1em
1 parent 0306c63 commit 032022f

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/web/scss/components/Dashboard

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/web/scss/components/Dashboard/Charts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@include ChartGrid {
2020
display: grid;
2121
grid-gap: 0.6875em;
22-
padding: 2em 1em;
22+
padding: 1em;
2323
grid-template-columns: repeat(4, 1fr);
2424
grid-auto-rows: minmax(300px, max-content);
2525

0 commit comments

Comments
 (0)