Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns styles crash in WP 6.0 #322

Open
andreiungurianu opened this issue May 25, 2022 · 0 comments
Open

Columns styles crash in WP 6.0 #322

andreiungurianu opened this issue May 25, 2022 · 0 comments
Labels
Legacy v1 Updates for existing Rosa2 customers that won't get Rosa LT [Type] Bug

Comments

@andreiungurianu
Copy link

Columns do not stack on mobile since updating to WP 6.0.

Temp fix

.wp-block-columns {
    flex-wrap: wrap!important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap!important;
  }
}
@andreiungurianu andreiungurianu added [Type] Bug Legacy v1 Updates for existing Rosa2 customers that won't get Rosa LT labels May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Legacy v1 Updates for existing Rosa2 customers that won't get Rosa LT [Type] Bug
Projects
None yet
Development

No branches or pull requests

1 participant