Added Vertical Spacing to ensure badges look like they're within the table row.

This commit is contained in:
Damien 2026-01-07 20:10:10 +00:00
parent 3746b614a2
commit 3c9afeddd7

View file

@ -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