Skip to content

Commit 73b0546

Browse files
author
Hwashiang Yu
committed
MC-3477: Polish prototype and apply rearranging in preview
- Updated styling for draggable handle to have width
1 parent a3707ef commit 73b0546

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item

1 file changed

+2
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
&.pagebuilder-content-type-active {
2929
.button-item-drag-handle {
3030
color: @color-dark-gray0;
31-
position: absolute;
31+
position: relative;
3232

3333
&:before {
3434
.abs-icon;
@@ -41,8 +41,7 @@
4141
font-size: @pagebuilder-button__font-size;
4242
left: -(@pagebuilder-button__font-size);
4343
line-height: @pagebuilder-button__line-height;
44-
position: relative;
45-
width: 0;
44+
position: absolute;
4645

4746
&:active {
4847
cursor: grabbing;

0 commit comments

Comments
 (0)