Skip to content

Commit

Permalink
Fix indentation, take 2
Browse files Browse the repository at this point in the history
ibazulic committed Jul 18, 2024
1 parent aa0892c commit e2ebd9f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/routes/UsageLogs/UsageLogsGraph.tsx
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ export default function UsageLogsGraph(props: UsageLogsGraphProps) {
theme={useTheme()}
/>
}
legendPosition='right'
legendPosition="right"
legendOrientation={
getLegendData().length >= 12 ? 'horizontal' : 'vertical'
}
2 changes: 1 addition & 1 deletion web/src/routes/UsageLogs/css/UsageLogs.scss
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@

.pf-v5-theme-dark {
--pf-v5-chart-global--label--Fill: var(--pf-v5-global--primary-color--400);
}
}

0 comments on commit e2ebd9f

Please sign in to comment.