We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b933b0c commit 26bf3f1Copy full SHA for 26bf3f1
1 file changed
app/charts/shared/legend-color.tsx
@@ -46,6 +46,9 @@ const useStyles = makeStyles<Theme>((theme) => ({
46
},
47
legendContainerNoGroups: {
48
gridTemplateColumns: "1fr",
49
+ "& $legendGroup": {
50
+ flexDirection: "row",
51
+ },
52
53
legendGroup: {
54
display: "flex",
0 commit comments