Skip to content

Commit 7f858ba

Browse files
author
joiecaquicla
committed
magento2/magento2-page-builder#636: Responsive breakpoint switcher - adjusted tooltip position
1 parent 34c67cf commit 7f858ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
.tooltip-content {
3939
background: rgba(49, 48, 43, .8);
4040
font-size: 12px;
41+
margin-left: -69px;
4142
padding: 7px 9px;
4243
text-align: left;
43-
margin-left: -69px;
4444

4545
&:before {
46-
opacity: .65;
4746
left: 90px;
47+
opacity: .65;
4848
}
4949

5050
.tooltip-label {

0 commit comments

Comments
 (0)