Skip to content

Commit 71187c7

Browse files
committed
flx(transfer):controls scaling infinite width styles
1 parent e298458 commit 71187c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/transfer/style/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const genTransferCustomizeStyle: GenerateStyle<TransferToken> = (
2929
[`${componentCls}-customize-list`]: {
3030
[`${componentCls}-list`]: {
3131
flex: '1 1 50%',
32-
width: 'auto',
32+
width: '100%',
3333
height: 'auto',
3434
minHeight: listHeight,
3535
},

0 commit comments

Comments
 (0)