From d120995efc909d893a9efc234d47b9fa114a7aea 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) --- web/app/components/apps/app-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/apps/app-card.tsx b/web/app/components/apps/app-card.tsx index 3cb998febbf..39564412da4 100644 --- a/web/app/components/apps/app-card.tsx +++ b/web/app/components/apps/app-card.tsx @@ -1076,7 +1076,7 @@ export function AppCard({ app, onlineUsers = [], onRefresh, onOpenTagManagement
@@ -1087,7 +1087,7 @@ export function AppCard({ app, onlineUsers = [], onRefresh, onOpenTagManagement
ยท
)} -
{editTimeText}
+
{editTimeText}