Skip to content

Commit

Permalink
fix(comp:form): repair the form-item-input centering(#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Jul 24, 2022
1 parent 5d023a8 commit a0d81c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/form/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
align-items: center;

&-content {
display: flex;
align-items: center;
flex: auto;
max-width: 100%;
}
Expand Down

0 comments on commit a0d81c5

Please sign in to comment.