fix(twenty-front): prevent connected account row overflow on long status label (#20713)

Reproducible on German language

Before

<img width="638" height="262" alt="SCR-20260519-ofhi"
src="https://github.com/user-attachments/assets/633ddd9a-203d-472a-bf29-379d6f088e80"
/>


After

<img width="806" height="434" alt="SCR-20260519-oesa"
src="https://github.com/user-attachments/assets/ca37c06b-e439-4156-8447-0e75a5f3fe9c"
/>


/closes #20594
This commit is contained in:
neo773
2026-05-19 18:09:00 +05:30
committed by GitHub
parent 77514ad14a
commit 72c0c36db5
@@ -35,7 +35,7 @@ export const SettingsConnectedAccountsTableRow = ({
return (
<StyledTableRowContainer>
<TableRow key={account.id} gridAutoColumns="332px 1fr">
<TableRow key={account.id} gridTemplateColumns="minmax(0, 1fr) auto">
<TableCell>
<StyledNameCell>
<IconComponent