We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38536df commit 0c4c94cCopy full SHA for 0c4c94c
plugins/plugin-codeflare-dashboard/src/components/Dashboard/index.tsx
@@ -205,7 +205,7 @@ class Grid extends React.PureComponent<GridProps> {
205
<Box flexDirection="column">
206
{A.filter(Boolean).map((AA, ridx) => (
207
/* legend row */
208
- <Box key={ridx} flexDirection="row" justifyContent="space-around">
+ <Box key={ridx} flexDirection="row" justifyContent="space-between">
209
{AA.filter(Boolean).map((_, cidx) => (
210
/* legend entry (i.e. legend column) */
211
<Box key={_.state} {...outerBoxProps}>
0 commit comments