We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e8646 commit 35749c0Copy full SHA for 35749c0
docs/data/charts/lines/ColorScale.js
@@ -14,7 +14,7 @@ export default function ColorScale() {
14
15
return (
16
<Stack direction="column" spacing={1} sx={{ width: '100%', maxWidth: 600 }}>
17
- <Stack direction="row" spacing={1}>
+ <Stack direction="row" spacing={1} flexWrap="wrap">
18
<TextField
19
select
20
sx={{ minWidth: 150 }}
docs/data/charts/lines/ColorScale.tsx
@@ -18,7 +18,7 @@ export default function ColorScale() {
21
22
23
24
0 commit comments