Skip to content

Commit

Permalink
Align flex items
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Jul 12, 2022
1 parent 634afc3 commit 8b73485
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function DimensionsPanel( { name } ) {
onDeselect={ resetContentSizeValue }
isShownByDefault={ true }
>
<Flex>
<Flex align="flex-end">
<FlexItem>
<UnitControl
label={ __( 'Content' ) }
Expand Down Expand Up @@ -222,7 +222,7 @@ export default function DimensionsPanel( { name } ) {
onDeselect={ resetWideSizeValue }
isShownByDefault={ true }
>
<Flex>
<Flex align="flex-end">
<FlexItem>
<UnitControl
label={ __( 'Wide' ) }
Expand Down

0 comments on commit 8b73485

Please sign in to comment.