Skip to content

Commit 2bd319b

Browse files
authored
Remove the unwanted spaces.
1 parent 4c0f128 commit 2bd319b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@
241241
.product_form_product_form_advanced_pricing_modal .admin__fieldset > .admin__field > .admin__field-control {
242242
min-width: 682px;
243243
}
244-
244+
245245
.admin__control-table-wrapper {
246-
max-width: 100% !important;
247-
overflow-x: visible !important;
248-
overflow-y: visible !important;
246+
max-width: 100%;
247+
overflow-x: visible;
248+
overflow-y: visible;
249249
}
250250

0 commit comments

Comments
 (0)