Skip to content

Commit e2d6d58

Browse files
authored
Fixed Indentation Issues.
1 parent 841bb75 commit e2d6d58

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

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

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

0 commit comments

Comments
 (0)