Skip to content

Commit 1354b43

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Fixed Line Indent
1 parent b756fbf commit 1354b43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,9 @@
358358
100% {
359359
-moz-transform: translateX(0);
360360
-webkit-transform: translateX(0);
361-
transform: translateX(0);
362-
}
361+
transform: translateX(0);
363362
}
364-
);
363+
});
365364
.animation(slide-in-top @pagebuilder-animation);
366365
opacity: 1;
367366
transition: none;

0 commit comments

Comments
 (0)