Skip to content

Commit

Permalink
RowForBaseControl label: minor alignment fix (pushing to master)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics authored and liady committed Dec 13, 2024
1 parent 9812c58 commit 51b66c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ const RowForBaseControl = React.memo((props: RowForBaseControlProps) => {
style={{
textTransform: 'capitalize',
paddingLeft: indentation,
alignSelf: 'flex-start',
alignSelf: 'center',
}}
>
<PropertyLabelAndPlusButton
Expand Down

0 comments on commit 51b66c3

Please sign in to comment.