We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996606c commit da7715aCopy full SHA for da7715a
plugins/plugin-codeflare-dashboard/src/components/Dashboard/Grid.tsx
@@ -115,7 +115,7 @@ export default class Grid extends React.PureComponent<GridProps> {
115
private legend() {
116
const H = this.histoModel()
117
const outerBoxProps: BoxProps = {
118
- marginRight: 1,
+ marginRight: this.props.legendPosition === "right" ? 2 : 1,
119
justifyContent: "flex-end",
120
}
121
const innerBoxProps: BoxProps = {
0 commit comments