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 45acaa2 commit a85dbfbCopy full SHA for a85dbfb
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less
@@ -28,6 +28,7 @@
28
}
29
a[data-element='link'] {
30
max-width: 100%;
31
+ position: relative;
32
transition: min-width .5s ease;
33
word-wrap: break-word;
34
[data-element='link_text'] {
@@ -41,6 +42,7 @@
41
42
cursor: grab;
43
cursor: -moz-grab;
44
cursor: -webkit-grab;
45
+ left: 0;
46
position: absolute;
47
48
&:active {
@@ -54,7 +56,6 @@
54
56
content: @icon-gripper__content;
55
57
display: inline-block;
58
font-size: @pagebuilder-button__font-size;
- left: -(@pagebuilder-button__font-size);
59
line-height: @pagebuilder-button__line-height;
60
61
0 commit comments