Skip to content

Commit e8d7d6a

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-35182: The link of "URL" type breaks "edit Downloadable" Backend page
- Firefox fix
1 parent e1e4afc commit e8d7d6a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@
7272
margin-top: .5rem;
7373
}
7474
}
75+
76+
@-moz-document url-prefix() { // Firefox fieldset overflow bug fix
77+
.downloadable-form {
78+
display: table-column;
79+
}
80+
}

app/design/adminhtml/Magento/backend/web/css/override.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4419,6 +4419,11 @@ fieldset[disabled] .downloadable-form .action-remove {
44194419
vertical-align: middle;
44204420
text-align: center;
44214421
}
4422+
@-moz-document url-prefix() {
4423+
.downloadable-form {
4424+
display: table-column;
4425+
}
4426+
}
44224427
.admin__section-nav {
44234428
padding-bottom: 51px;
44244429
}

0 commit comments

Comments
 (0)