From 95528ad8e54fd396be58ccf6ef3a90236d028877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E5=B0=8F=E5=B8=85?= <1435049475@qq.com> Date: Sat, 29 Nov 2025 17:21:39 +0800 Subject: [PATCH] fix: ensure "No apps found" text is visible on small screens (#28929) Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- web/app/components/apps/empty.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/apps/empty.tsx b/web/app/components/apps/empty.tsx index e6b52294a2..7219e793ba 100644 --- a/web/app/components/apps/empty.tsx +++ b/web/app/components/apps/empty.tsx @@ -23,7 +23,7 @@ const Empty = () => { return ( <> -
+
{t('app.newApp.noAppsFound')}