Skip to content

Commit

Permalink
fix: update editor selector for reordering columns (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored May 4, 2020
1 parent 3ca80e0 commit 396826a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block-styles/core/columns/editor.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../../shared/sass/variables';
@import '../../../shared/sass/mixins';

.wp-block .wp-block-columns {
.wp-block-columns {
@include media( mobile ) {
&[class*='is-style-first-col-to'] [data-type='core/column'] {
margin-left: 46px;
Expand Down

0 comments on commit 396826a

Please sign in to comment.