💄(app-desk) retouch design grid members

The update of Cunningham seems to have lightly
broken the design of the grid members.
This commit fixes the design of the grid members.
This commit is contained in:
Anthony LC
2024-04-02 12:39:59 +02:00
committed by Anthony LC
parent ffe997a658
commit e8180bc49b

View File

@@ -121,7 +121,10 @@ export const MemberGrid = ({ team, currentRole }: MemberGridProps) => {
& table th:first-child,
& table td:first-child {
padding-right: 0;
width: 0;
width: 3.5rem;
}
& table td:last-child {
text-align: right;
}
`}
aria-label={t('List members card')}