mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Merge pull request #7202 from viown/fix-clipped-delete-button
This commit is contained in:
@@ -193,7 +193,8 @@ export const Component = () => {
|
||||
positionActionsColumn: 'last',
|
||||
displayColumnDefOptions: {
|
||||
'mrt-row-actions': {
|
||||
header: ''
|
||||
header: '',
|
||||
size: 100
|
||||
}
|
||||
},
|
||||
renderRowActions: ({ row, table }) => {
|
||||
|
||||
Reference in New Issue
Block a user