Add label width property to NewNote component for improved layout consistency.
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
aa2e7b85ed
commit
00e8b07528
@ -19,6 +19,7 @@ const NewNote = ({ onOk, defaultValues = {} }) => {
|
||||
bordered={false}
|
||||
isEditing={true}
|
||||
required={true}
|
||||
labelWidth='100px'
|
||||
objectData={objectData}
|
||||
/>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user