diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx
index c17549a..a6c4132 100644
--- a/src/components/profile-data-table.tsx
+++ b/src/components/profile-data-table.tsx
@@ -1086,7 +1086,7 @@ export function ProfilesDataTable({
meta.setRenameError(null);
}
}}
- className="inline-block w-48"
+ className="inline-block w-30"
/>
{name}
) : (
- {trimName(name, 20)}
+ {trimName(name, 14)}
{name}
@@ -1128,7 +1128,7 @@ export function ProfilesDataTable({