File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/components/inspector/panels/styles Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ const DimensionPanel = () => {
11
11
12
12
return (
13
13
< >
14
- < SimpleGrid columns = { 2 } spacing = { 1 } >
15
- < TextControl hasColumn label = "Width" name = "width" />
16
- < TextControl hasColumn label = "Height" name = "height" />
14
+ < SimpleGrid columns = { 2 } spacingX = { 1 } >
15
+ < TextControl label = "Width" name = "width" />
16
+ < TextControl label = "Height" name = "height" />
17
17
</ SimpleGrid >
18
18
19
- < SimpleGrid columns = { 2 } spacing = { 1 } >
20
- < TextControl hasColumn label = "Min W" name = "minWidth" />
21
- < TextControl hasColumn label = "Min H" name = "minHeight" />
19
+ < SimpleGrid columns = { 2 } spacingX = { 1 } >
20
+ < TextControl label = "Min W" name = "minWidth" />
21
+ < TextControl label = "Min H" name = "minHeight" />
22
22
23
- < TextControl hasColumn label = "Max W" name = "maxWidth" />
24
- < TextControl hasColumn label = "Max H" name = "maxHeight" />
23
+ < TextControl label = "Max W" name = "maxWidth" />
24
+ < TextControl label = "Max H" name = "maxHeight" />
25
25
</ SimpleGrid >
26
26
27
27
< FormControl label = "Overflow" >
You can’t perform that action at this time.
0 commit comments