Skip to content

Commit

Permalink
fix(next): fix FormItem vertical style (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifblooms authored Aug 4, 2021
1 parent f709e1a commit 9799180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/next/src/form-item/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
line-height: $form-element-medium-height;
font-size: $form-element-medium-font-size;

&-layout-vertical {
display: block;
}

&-label-content {
min-height: $form-element-medium-height;
}
Expand Down

0 comments on commit 9799180

Please sign in to comment.