Skip to content

Commit 26bf3f1

Browse files
committed
fix: Simple horizontal layout if there is no group
1 parent b933b0c commit 26bf3f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/charts/shared/legend-color.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ const useStyles = makeStyles<Theme>((theme) => ({
4646
},
4747
legendContainerNoGroups: {
4848
gridTemplateColumns: "1fr",
49+
"& $legendGroup": {
50+
flexDirection: "row",
51+
},
4952
},
5053
legendGroup: {
5154
display: "flex",

0 commit comments

Comments
 (0)