Added global input style for numbers & fixed alignment on vendors form IO-415

This commit is contained in:
Patrick Fic
2020-12-02 14:08:22 -08:00
parent 80835d4da9
commit ed30483a38
6 changed files with 70 additions and 7 deletions

View File

@@ -71,3 +71,8 @@
// background-color: red;
//padding: 0.2rem !important;
}
.ant-input-number-input,
.ant-input-number {
width: 100%;
}