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 15, 2022
1 parent cdae78c commit bd6e4af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default function DimensionsPanel( { name } ) {
onDeselect={ resetContentSizeValue }
isShownByDefault={ true }
>
<Flex>
<Flex align="flex-end">
<FlexItem>
<UnitControl
label={ __( 'Content' ) }
Expand Down Expand Up @@ -217,7 +217,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 bd6e4af

Please sign in to comment.