Skip to content

Commit 5cbb507

Browse files
committed
PB-500 fix static test
1 parent 1154235 commit 5cbb507

File tree

1 file changed

+6
-4
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type

1 file changed

+6
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/_preview.less

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,12 @@
525525
}
526526

527527
.type-nested {
528-
.pagebuilder-options:nth-of-type(2) {
529-
left: auto;
530-
right: 0;
531-
transform: none;
528+
.pagebuilder-options {
529+
&:nth-of-type(2) {
530+
left: auto;
531+
right: 0;
532+
transform: none;
533+
}
532534
}
533535
}
534536

0 commit comments

Comments
 (0)