Skip to content

Commit

Permalink
fix: transfer label height (#44471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Aug 29, 2023
1 parent 0f87c9d commit 9c494ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/transfer/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ const genTransferListStyle: GenerateStyle<TransferToken> = (token: TransferToken
'&-footer': {
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
},

// fix: https://github.com/ant-design/ant-design/issues/44489
'&-checkbox': {
lineHeight: 1,
},
};
};

Expand Down

0 comments on commit 9c494ab

Please sign in to comment.