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 c6fd9ea commit 0275d4dCopy full SHA for 0275d4d
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element/_mobile.less
@@ -15,15 +15,17 @@
15
16
.admin__field-tooltip {
17
margin-left: 19px;
18
- margin-top: .2rem;
+ margin-top: .3rem;
19
}
20
21
.admin__field-tooltip-action {
22
&:before {
23
color: @color-gray-middle5;
24
content: @icon-pagebuilder-mobile__content;
25
font-family: @icon_font;
26
+ font-size: 1.9rem;
27
line-height: inherit;
28
+ overflow: inherit;
29
30
31
@@ -32,11 +34,11 @@
32
34
border: none;
33
35
bottom: auto;
36
box-shadow: unset;
- left: -1.75rem;
37
+ left: -1.9rem;
38
opacity: .9;
39
padding: 6px 15px 2px;
40
right: auto;
- top: 3rem;
41
+ top: 3.5rem;
42
width: 16rem;
43
44
p {
0 commit comments