Skip to content

Commit 841bb75

Browse files
committed
fixed issue 25433
1 parent 5b54f06 commit 841bb75

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,16 @@
237237
float: right;
238238
}
239239
}
240+
241+
@media only screen and (min-width: 768px)
242+
{
243+
.product_form_product_form_advanced_pricing_modal .admin__fieldset > .admin__field > .admin__field-control{
244+
min-width: 682px;
245+
}
246+
247+
.admin__control-table-wrapper {
248+
max-width: 100% !important;
249+
overflow-x: visible !important;
250+
overflow-y: visible !important;
251+
}
252+
}

0 commit comments

Comments
 (0)