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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user