Skip to content

Commit 8dddedc

Browse files
committed
fix: chart title should be sans-serif
currently it is monospace
1 parent d616a0a commit 8dddedc

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
padding: 2em 1em;
2323
grid-template-columns: repeat(4, 1fr);
2424
grid-auto-rows: minmax(300px, max-content);
25+
26+
font-family: var(--font-sans-serif);
2527
}
2628

2729
@include ChartContainer {

0 commit comments

Comments
 (0)