Skip to content

Commit

Permalink
fix(next): fix formitem inset boder (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifblooms authored Aug 20, 2021
1 parent 5255e0d commit 1917653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/form-item/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

&-inset {
padding: 0 8px;
border: 1px solid $input-border-color;
border-radius: $form-element-medium-corner;
width: 100%;

Expand Down

0 comments on commit 1917653

Please sign in to comment.