Skip to content

Commit

Permalink
Transfer: fix incorrect line-height of el-transfer's first list item …
Browse files Browse the repository at this point in the history
…when it was used with el-form-item (ElemeFE#18917)
  • Loading branch information
hanx316 authored and zihe-xu committed Jun 27, 2020
1 parent 5b75a00 commit 58a2e46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/theme-chalk/src/transfer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@
height: $--transfer-item-height;
line-height: $--transfer-item-height;
padding-left: 15px;
display: block;
display: block !important;

& + .el-transfer-panel__item {
margin-left: 0;
display: block!important;
}

&.el-checkbox {
Expand Down

0 comments on commit 58a2e46

Please sign in to comment.