From 914598d7e37b0902cd21742cc8dadeb1ef44588d Mon Sep 17 00:00:00 2001 From: Jingyi Date: Thu, 2 Jul 2026 18:50:05 -0700 Subject: [PATCH] fix: prevent app card meta overflow (#38349) (cherry picked from commit d120995efc909d893a9efc234d47b9fa114a7aea) --- web/app/components/apps/app-card.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/web/app/components/apps/app-card.tsx b/web/app/components/apps/app-card.tsx index 92868958505..6725d4045df 100644 --- a/web/app/components/apps/app-card.tsx +++ b/web/app/components/apps/app-card.tsx @@ -1058,11 +1058,20 @@ export function AppCard({ app, onlineUsers = [], onRefresh, onOpenTagManagement
-
+
-
{app.author_name}
-
·
-
{editTimeText}
+ {app.author_name && ( + <> +
{app.author_name}
+
·
+ + )} +
{editTimeText}