Skip to content

Commit 0275d4d

Browse files
committed
#637: Form field/field group viewport scope - adjusted mobile icon styling
1 parent c6fd9ea commit 0275d4d

File tree

1 file changed

+5
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element

1 file changed

+5
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element/_mobile.less

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@
1515

1616
.admin__field-tooltip {
1717
margin-left: 19px;
18-
margin-top: .2rem;
18+
margin-top: .3rem;
1919
}
2020

2121
.admin__field-tooltip-action {
2222
&:before {
2323
color: @color-gray-middle5;
2424
content: @icon-pagebuilder-mobile__content;
2525
font-family: @icon_font;
26+
font-size: 1.9rem;
2627
line-height: inherit;
28+
overflow: inherit;
2729
}
2830
}
2931

@@ -32,11 +34,11 @@
3234
border: none;
3335
bottom: auto;
3436
box-shadow: unset;
35-
left: -1.75rem;
37+
left: -1.9rem;
3638
opacity: .9;
3739
padding: 6px 15px 2px;
3840
right: auto;
39-
top: 3rem;
41+
top: 3.5rem;
4042
width: 16rem;
4143

4244
p {

0 commit comments

Comments
 (0)