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',
|
||||
'width',
|
||||
'height',
|
||||
'minWidth',
|
||||
'maxWidth',
|
||||
'minHeight',
|
||||
'maxHeight',
|
||||
'gap',
|
||||
'justify',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user