From 319d9858d46991e36d080d3391360fa6726bb90d Mon Sep 17 00:00:00 2001 From: Ram Shukla Date: Tue, 30 Dec 2025 21:07:46 +0530 Subject: [PATCH] fix: improve Insights empty state responsive design at 320px (#26203) * fix: improve Insights empty state responsive design at 320px * Update apps/web/modules/shell/UpgradeTip.tsx Co-authored-by: Keith Williams --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: Keith Williams --- apps/web/modules/shell/UpgradeTip.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web/modules/shell/UpgradeTip.tsx b/apps/web/modules/shell/UpgradeTip.tsx index 87a34353f9..8545182bdc 100644 --- a/apps/web/modules/shell/UpgradeTip.tsx +++ b/apps/web/modules/shell/UpgradeTip.tsx @@ -45,18 +45,18 @@ export function UpgradeTip({ return ( <>
- - + + {" "} + {title} -
-

{title}

-

{description}

+
+

{title}

+

{description}

{buttons}