Skip to content

Commit

Permalink
Merge pull request #153 from 10up/fix/card-alignment-issue
Browse files Browse the repository at this point in the history
Fixes an issue with stats cards breaking out of the container
  • Loading branch information
dkotter authored Jul 12, 2023
2 parents 98d6acd + 2aa7f61 commit 660aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/frontend/components/stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ div.wp-block-group.pmk-stats {
}

& .wp-block-columns {
flex-wrap: wrap;
flex-wrap: wrap !important; /* !important to override columns style WP 6.0+ */

@media (--wp-medium-max) {
justify-content: center;
Expand Down

0 comments on commit 660aeed

Please sign in to comment.