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 ed9930c commit aaf376cCopy full SHA for aaf376c
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less
@@ -11,6 +11,7 @@
11
.pagebuilder-button-item {
12
&.pagebuilder-content-type-active {
13
.button-item-drag-handle {
14
+ position: absolute;
15
&.disabled:before {
16
color: @color-light-gray;
17
cursor: not-allowed;
@@ -30,9 +31,10 @@
30
31
cursor: -webkit-grab;
32
display: inline-block;
33
font-size: 16px;
- left: 0;
34
+ left: -16px;
35
line-height: 2.2rem;
- position: absolute;
36
+ position: relative;
37
+ width: 0;
38
}
39
40
&:active:before {
0 commit comments