@@ -2,8 +2,11 @@
// input
.ant-input {
- &-number {
+ &-number,
+ &-number-group-wrapper {
min-width: 110px;
+ width: 100% !important;
+ max-width: 100%;
}
@@ -22,10 +25,3 @@
padding: 4px;
-
-.ant-input-number {
- width: 100% !important;
- max-width: 100%;
-}