Skip to content

Commit

Permalink
style: Upload actions should not wrap (#47898)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
afc163 committed Mar 15, 2024
1 parent 31ff625 commit 5574f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/upload/style/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const genListStyle: GenerateStyle<UploadToken> = (token) => {
},

[actionsCls]: {
whiteSpace: 'nowrap',

[actionCls]: {
opacity: 0,
},
Expand Down

0 comments on commit 5574f31

Please sign in to comment.