Skip to content

Commit

Permalink
Merge pull request #1826 from Codeinwp/fix/section-color-dropdown
Browse files Browse the repository at this point in the history
fix: color section dropdown alignment selector
  • Loading branch information
HardeepAsrani authored Aug 31, 2023
2 parents 1004e7e + 642b743 commit 32176c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/components/button-dropdown-control/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
}

body:not( .branch-6-1 ) {
body:is( [class*="branch-5-"], [class*="version-6-0"] ) {
.o-button-dropdown-control-content {
.components-popover__content {
@media (min-width: 782px) {
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/components/color-dropdown-control/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
}

body:not( .branch-6-1 ) {
body:is( [class*="branch-5-"], [class*="version-6-0"] ) {
.o-color-dropdown-control-content {
.components-popover__content {
@media (min-width: 782px) {
Expand Down

0 comments on commit 32176c7

Please sign in to comment.