Skip to content

Commit 2d2faa2

Browse files
MC-40859: Tier Price input field width is too small (only 2 digits)
1 parent 81ad0b4 commit 2d2faa2

File tree

1 file changed

+7
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source

1 file changed

+7
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@
9999
.admin__field + .admin__field {
100100
margin-left: @indent__s;
101101
margin-top: 0;
102+
.admin__field-control {
103+
.admin__control-addon {
104+
.admin__control-text {
105+
min-width: 6rem;
106+
}
107+
}
108+
}
102109
}
103110
}
104111
}

0 commit comments

Comments
 (0)