Skip to content

Commit

Permalink
Merge pull request #38 from magento-commerce/regression-fixes
Browse files Browse the repository at this point in the history
[Page Builder] Regression fixes
  • Loading branch information
omiroshnichenko authored Dec 17, 2020
2 parents 76d6278 + 9ebd870 commit db55524
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
.pagebuilder-content-type.pagebuilder-block {
.rendered-content {
.pagebuilder-column-group {
display: block !important;
flex-wrap: wrap;
.pagebuilder-column {
width: 100% !important;
flex-basis: 100%;
}
}
}
Expand Down

0 comments on commit db55524

Please sign in to comment.