File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/twenty-front/src/pages/settings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -308,21 +308,21 @@ export const SettingsWorkspaceMembers = () => {
308
308
{ isNonEmptyArray ( workspaceInvitations ) && (
309
309
< StyledTable >
310
310
< TableRow
311
- gridAutoColumns = "3fr 1fr 1fr"
311
+ gridAutoColumns = "300px 1fr 1fr"
312
312
mobileGridAutoColumns = "100px 1fr 1fr"
313
313
>
314
314
< TableHeader >
315
315
< Trans > Email</ Trans >
316
316
</ TableHeader >
317
- < TableHeader >
317
+ < TableHeader align = { 'center' } >
318
318
< Trans > Expires in</ Trans >
319
319
</ TableHeader >
320
320
< TableHeader > </ TableHeader >
321
321
</ TableRow >
322
322
< StyledTableRows >
323
323
{ workspaceInvitations ?. map ( ( workspaceInvitation ) => (
324
324
< TableRow
325
- gridAutoColumns = "3fr 1fr 1fr"
325
+ gridAutoColumns = "300px 1fr 1fr"
326
326
mobileGridAutoColumns = "100px 1fr 1fr"
327
327
key = { workspaceInvitation . id }
328
328
>
@@ -337,7 +337,7 @@ export const SettingsWorkspaceMembers = () => {
337
337
{ workspaceInvitation . email }
338
338
</ StyledTextContainerWithEllipsis >
339
339
</ TableCell >
340
- < TableCell >
340
+ < TableCell align = { 'center' } >
341
341
< Status
342
342
color = { 'gray' }
343
343
text = { getExpiresAtText ( workspaceInvitation . expiresAt ) }
You can’t perform that action at this time.
0 commit comments