Change qty button to not need invasive CSS

This commit is contained in:
Connor Cleveland
2023-10-27 13:29:55 -05:00
parent a61c99b93d
commit ec1966734e
3 changed files with 273 additions and 278 deletions

View File

@@ -1,7 +1,3 @@
.ant-input-number-group-addon {
padding: 0 !important;
}
.ant-input-number-input {
#qty-input {
text-align: center !important;
}
}