Skip to content

Commit

Permalink
Fix(Mwpw-165662):text container goes out of bounds (#3592)
Browse files Browse the repository at this point in the history
width of text block changed in rtl
  • Loading branch information
sharath-kannan authored Feb 19, 2025
1 parent 2b52346 commit bc066ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/blocks/section-metadata/section-metadata.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ main > .section[class*='-up'] > .content {
order: 1;
}

.section[class*='grid-width-'] {
display: block;
}

}

@media screen and (min-width: 600px) and (max-width: 1200px) {
Expand Down

0 comments on commit bc066ff

Please sign in to comment.