From 9ad3553d7f63672f7a23c2b9e061b133d67977b8 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 25 Jun 2025 16:41:55 +0800 Subject: [PATCH] fix: app description too long break ui (#21491) --- 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 00e9658a2d..c6d0e776dd 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -256,7 +256,7 @@ const AppInfo = ({ expand, onlyShowDetail = false, openState = false, onDetailEx {/* description */} {appDetail.description && ( -
{appDetail.description}
+
{appDetail.description}
)} {/* operations */}