mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 02:57:57 +00:00
Add padding to logos.
This commit is contained in:
parent
500df533bb
commit
5f08d0fbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ const LogosTable = () => {
|
|||
size: 80,
|
||||
enableSorting: false,
|
||||
cell: ({ getValue, row }) => (
|
||||
<Center style={{ width: '100%' }}>
|
||||
<Center style={{ width: '100%', padding: '4px' }}>
|
||||
<Image
|
||||
src={getValue()}
|
||||
alt={row.original.name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue