Skip to content

Commit

Permalink
fix: Column width sums less than 100% correct align
Browse files Browse the repository at this point in the history
These styles caused columns to align to the center when their width sum
did not equal or execeed 100%. Removing these styles did not appear to
negatively impact other inner blocks or the use cases outlined in
#25621.
  • Loading branch information
dcalhoun committed May 10, 2023
1 parent b49b9b8 commit 2d79f7a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ export default function BlockList( {
),
horizontal &&
styles.horizontalContentContainer,
isWider( blockWidth, 'medium' ) &&
( isContentStretch && isMultiBlocks
? styles.horizontalContentContainerStretch
: styles.horizontalContentContainerCenter ),
] }
>
{ blockClientIds.map(
Expand Down

0 comments on commit 2d79f7a

Please sign in to comment.