Skip to content

Commit 4c0f128

Browse files
authored
Fixed the issue with window resizing.
1 parent e2d6d58 commit 4c0f128

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@
238238
}
239239
}
240240

241-
@media only screen and (min-width: 768px) {
242-
.product_form_product_form_advanced_pricing_modal .admin__fieldset > .admin__field > .admin__field-control {
243-
min-width: 682px;
241+
.product_form_product_form_advanced_pricing_modal .admin__fieldset > .admin__field > .admin__field-control {
242+
min-width: 682px;
244243
}
245-
.admin__control-table-wrapper {
246-
max-width: 100% !important;
247-
overflow-x: visible !important;
248-
overflow-y: visible !important;
249-
}
244+
245+
.admin__control-table-wrapper {
246+
max-width: 100% !important;
247+
overflow-x: visible !important;
248+
overflow-y: visible !important;
250249
}
250+

0 commit comments

Comments
 (0)