We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3707ef commit 73b0546Copy full SHA for 73b0546
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less
@@ -28,7 +28,7 @@
28
&.pagebuilder-content-type-active {
29
.button-item-drag-handle {
30
color: @color-dark-gray0;
31
- position: absolute;
+ position: relative;
32
33
&:before {
34
.abs-icon;
@@ -41,8 +41,7 @@
41
font-size: @pagebuilder-button__font-size;
42
left: -(@pagebuilder-button__font-size);
43
line-height: @pagebuilder-button__line-height;
44
- position: relative;
45
- width: 0;
+ position: absolute;
46
47
&:active {
48
cursor: grabbing;
0 commit comments