Skip to content

Commit 404f72c

Browse files
fix(Tenants): make state column wider (#2276)
1 parent b48bf24 commit 404f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenants/Tenants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const Tenants = ({additionalTenantsProps}: TenantsProps) => {
175175
},
176176
{
177177
name: 'State',
178-
width: 90,
178+
width: 150,
179179
render: ({row}) => (row.State ? row.State.toLowerCase() : '—'),
180180
customStyle: () => ({textTransform: 'capitalize'}),
181181
},

0 commit comments

Comments
 (0)