Files
bodyshop/client/src/components/form-fields-changed-alert/form-fields-changed.styles.scss
2021-03-31 17:49:43 -07:00

8 lines
133 B
SCSS

.form-fields-changed {
.ant-form-item-control {
.ant-form-item-control-input {
min-height: unset !important;
}
}
}