From 44ed9e7b49e48601d8d0577251716e9d8a314bd0 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 16 Aug 2025 15:42:29 -0400 Subject: fix width of new profile text field --- src/components/ProfileManagement.tsx | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index ef68844..543609f 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -56,24 +56,31 @@ function TextInputModal({ return ( -
+

{title}

-

{description}

+

{description}

- - setValue(e?.target?.value || "")} - /> - +
+ + setValue(e?.target?.value || "")} + style={{ width: "100%" }} + /> + +
-
- - {okText} - +
{cancelText} + + {okText} +
-- cgit v1.2.3