Commit 7122ddb9 authored by Hanx's avatar Hanx Committed by GitHub

Transfer: fix incorrect line-height of el-transfer's first list item when it...

Transfer: fix incorrect line-height of el-transfer's first list item when it was used with  el-form-item (#18917)
parent 6ec5f8e9
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment