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

This commit is contained in:
Tom Butcher 2026-08-19 19:36:50 +01:00
parent 2820b62295
commit ec0e6245b3

View File

@ -7,7 +7,9 @@ const styleAttrs = [
'padding',
'width',
'height',
'minWidth',
'maxWidth',
'minHeight',
'maxHeight',
'gap',
'justify',