From f717600fcb1307e8ebe578a0d1d993e21522fc96 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:40:01 +0400 Subject: [PATCH] style: trucate profile name in table after over 15 characters --- src/components/profile-data-table.tsx | 55 +++++++++++++++++---------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index 17bc21b..1c12551 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -164,7 +164,7 @@ export function ProfilesDataTable({ const isDisabled = shouldDisableTorStart || isBrowserUpdating; return ( -