Add label width property to NewNote component for improved layout consistency.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-03-09 01:31:19 +00:00
parent aa2e7b85ed
commit 00e8b07528

View File

@ -19,6 +19,7 @@ const NewNote = ({ onOk, defaultValues = {} }) => {
bordered={false}
isEditing={true}
required={true}
labelWidth='100px'
objectData={objectData}
/>
)