From 79cd9296e9aaf2453030b014712e95312f201514 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 16 Aug 2025 15:29:04 -0400 Subject: fix width of DD after rm of label --- src/components/ProfileManagement.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index 79d3aa1..709a28c 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -267,14 +267,18 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa return ( -
- handleProfileChange(option.data)} - disabled={isLoading} - /> -
+ + handleProfileChange(option.data)} + disabled={isLoading} + /> +
-- cgit v1.2.3