Skip to content

Commit

Permalink
Fix: Media Text: Always show images on top on mobile. (#24468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Aug 11, 2020
1 parent 59fa9eb commit a42a308
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/block-library/src/media-text/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,4 @@
grid-row: 2;
}
}

.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
.wp-block-media-text__media {
grid-column: 1;
grid-row: 2;
}
.wp-block-media-text__content {
grid-column: 1;
grid-row: 1;
}
}
}

0 comments on commit a42a308

Please sign in to comment.