Skip to content

Commit

Permalink
one more sneaky minWidth to master, sorry again!
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed Mar 14, 2024
1 parent 8274563 commit 0150d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ const RowForObjectControl = React.memo((props: RowForObjectControlProps) => {
ref={dataPickerButtonData.setReferenceElement}
>
<SimpleFlexRow
style={{ flexGrow: 1, paddingRight: 8, justifyContent: 'space-between' }}
style={{ minWidth: 0, flexGrow: 1, paddingRight: 8, justifyContent: 'space-between' }}
onClick={handleOnClick}
>
<PropertyLabel
Expand Down

0 comments on commit 0150d8c

Please sign in to comment.