Add minWidth and minHeight attributes to styleAttrs in schema.js for enhanced layout control
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
2820b62295
commit
ec0e6245b3
@ -7,7 +7,9 @@ const styleAttrs = [
|
|||||||
'padding',
|
'padding',
|
||||||
'width',
|
'width',
|
||||||
'height',
|
'height',
|
||||||
|
'minWidth',
|
||||||
'maxWidth',
|
'maxWidth',
|
||||||
|
'minHeight',
|
||||||
'maxHeight',
|
'maxHeight',
|
||||||
'gap',
|
'gap',
|
||||||
'justify',
|
'justify',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user