We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0f128 commit 2bd319bCopy full SHA for 2bd319b
app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less
@@ -241,10 +241,10 @@
241
.product_form_product_form_advanced_pricing_modal .admin__fieldset > .admin__field > .admin__field-control {
242
min-width: 682px;
243
}
244
-
+
245
.admin__control-table-wrapper {
246
- max-width: 100% !important;
247
- overflow-x: visible !important;
248
- overflow-y: visible !important;
+ max-width: 100%;
+ overflow-x: visible;
+ overflow-y: visible;
249
250
0 commit comments