|
@ -385,8 +385,9 @@ const ListViewTable = ({ |
|
|
textOverflow: 'ellipsis', |
|
|
textOverflow: 'ellipsis', |
|
|
whiteSpace: 'nowrap', |
|
|
whiteSpace: 'nowrap', |
|
|
overflow: 'hidden', |
|
|
overflow: 'hidden', |
|
|
paddingRight: |
|
|
paddingRight: !column.dataKey.match(/starred|songCount/) |
|
|
column.dataKey !== 'starred' ? '20px' : undefined, |
|
|
? '10px' |
|
|
|
|
|
: undefined, |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
{column.dataKey === 'album' || |
|
|
{column.dataKey === 'album' || |
|
|