Skip to content

Commit

Permalink
fix(module:form): fix nzValidateStatus & nzHasFeedback overlap
Browse files Browse the repository at this point in the history
close #3607
  • Loading branch information
vthinkxie authored and vthinkxie committed Jun 21, 2019
1 parent bc54e90 commit fb4965b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/form/nz-form-control.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export type NzFormControlStatusType = 'warning' | 'validating' | 'error' | 'succ
nz-form-control {
display: block;
}
form .has-feedback .ant-input-suffix i {
margin-right: 18px;
}
`
]
})
Expand Down

0 comments on commit fb4965b

Please sign in to comment.