From 32da2519041fc806da4c400fbde682ec3effd553 Mon Sep 17 00:00:00 2001 From: sharath <29162020+tnfssc@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:28:10 +0000 Subject: [PATCH] fix(billing): add whitespace-nowrap class to button for improved layout --- frontend/src/components/billing/account-billing-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/billing/account-billing-status.tsx b/frontend/src/components/billing/account-billing-status.tsx index 8dea102a..8800f203 100644 --- a/frontend/src/components/billing/account-billing-status.tsx +++ b/frontend/src/components/billing/account-billing-status.tsx @@ -132,7 +132,7 @@ export default function AccountBillingStatus({ accountId, returnUrl }: Props) {