From 9328952d4a2674c0c5928c31545765dae2fee169 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Fri, 16 May 2025 11:12:59 +0800 Subject: [PATCH] fix: fix bot description overflow --- web/app/components/app-sidebar/app-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx index 5ec0e318a0..34c64f520b 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -247,7 +247,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => { {/* description */} {appDetail.description && ( -
{appDetail.description}
+
{appDetail.description}
)} {/* operations */}