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 841bb75 commit e2d6d58Copy full SHA for e2d6d58
app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less
@@ -238,15 +238,13 @@
238
}
239
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{
+@media only screen and (min-width: 768px) {
+ .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