From 3eeb25b48694113e8ae19522b0de2cb9e6ed5fd4 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:11:05 +0300 Subject: [PATCH] Make team edit page bio textarea full width --- app/features/team/routes/t.$customUrl.edit.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/features/team/routes/t.$customUrl.edit.tsx b/app/features/team/routes/t.$customUrl.edit.tsx index fe9922686..a35d5d9ae 100644 --- a/app/features/team/routes/t.$customUrl.edit.tsx +++ b/app/features/team/routes/t.$customUrl.edit.tsx @@ -229,7 +229,7 @@ function BioTextarea() { const [value, setValue] = React.useState(team.bio ?? ""); return ( -
+
);