We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e298458 commit 71187c7Copy full SHA for 71187c7
components/transfer/style/index.tsx
@@ -29,7 +29,7 @@ const genTransferCustomizeStyle: GenerateStyle<TransferToken> = (
29
[`${componentCls}-customize-list`]: {
30
[`${componentCls}-list`]: {
31
flex: '1 1 50%',
32
- width: 'auto',
+ width: '100%',
33
height: 'auto',
34
minHeight: listHeight,
35
},
0 commit comments