mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
style: Upload actions should not wrap (#47898)
* style: Upload actions should not wrap * Update components/upload/style/list.ts Signed-off-by: afc163 <afc163@gmail.com> * Update components/upload/style/list.ts Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
31ff625d8f
commit
5574f31576
@ -38,6 +38,8 @@ const genListStyle: GenerateStyle<UploadToken> = (token) => {
|
||||
},
|
||||
|
||||
[actionsCls]: {
|
||||
whiteSpace: 'nowrap',
|
||||
|
||||
[actionCls]: {
|
||||
opacity: 0,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user