mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Added Vertical Spacing to ensure badges look like they're within the table row.
This commit is contained in:
parent
3746b614a2
commit
3c9afeddd7
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ const UsersTable = () => {
|
|||
.filter((profile) => userProfiles.includes(profile.id))
|
||||
.map((profile) => profile.name);
|
||||
return (
|
||||
<Group gap={4} wrap="wrap">
|
||||
<Group gap={4} wrap="wrap" py={4}>
|
||||
{profileNames.length > 0 ? (
|
||||
profileNames.map((name, index) => (
|
||||
<Badge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue