Skip to content

Commit b9988c5

Browse files
committed
MC-5423: Scheduled Update slide out issues
- Resolve issue with header spacing
1 parent 4a98440 commit b9988c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.pagebuilder-header {
99
text-align: right;
10+
margin-bottom: 15px;
1011

1112
> .icon-pagebuilder-fullscreen {
1213
cursor: pointer;

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_panel.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
.pagebuilder-panel-wrapper {
5050
-moz-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
5151
-webkit-transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
52-
bottom: 0;
5352
float: left;
5453
opacity: 0;
5554
position: relative;

0 commit comments

Comments
 (0)