💄(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:
@@ -121,7 +121,10 @@ export const MemberGrid = ({ team, currentRole }: MemberGridProps) => {
|
|||||||
& table th:first-child,
|
& table th:first-child,
|
||||||
& table td:first-child {
|
& table td:first-child {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
width: 0;
|
width: 3.5rem;
|
||||||
|
}
|
||||||
|
& table td:last-child {
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
aria-label={t('List members card')}
|
aria-label={t('List members card')}
|
||||||
|
|||||||
Reference in New Issue
Block a user