Skip to content

Commit 4f8354c

Browse files
MAGETWO-54634: Tree component doesn't use all the modal while Merchant activates the Integration
1 parent 594f751 commit 4f8354c

File tree

1 file changed

+4
-4
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Integration/web/css/source

1 file changed

+4
-4
lines changed

app/design/adminhtml/Magento/backend/Magento_Integration/web/css/source/_module.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
content: @icon-delete__content;
4242
}
4343
}
44-
4544
}
4645
}
4746

@@ -56,7 +55,6 @@
5655
content: @icon-warning__content;
5756
margin-right: @indent__xs;
5857
}
59-
6058
}
6159

6260
input[readonly] {
@@ -73,7 +71,9 @@
7371
}
7472
}
7573

76-
.no-close .ui-dialog-titlebar-close {
77-
display: none;
74+
.no-close {
75+
.ui-dialog-titlebar-close {
76+
display: none;
77+
}
7878
}
7979
}

0 commit comments

Comments
 (0)