fix(billing): add whitespace-nowrap class to button for improved layout

This commit is contained in:
sharath 2025-06-28 17:28:10 +00:00
parent 938eb043c2
commit 32da251904
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export default function AccountBillingStatus({ accountId, returnUrl }: Props) {
<div className='flex justify-center items-center gap-4'>
<Button
variant="outline"
className="border-border hover:bg-muted/50 shadow-sm hover:shadow-md transition-all"
className="border-border hover:bg-muted/50 shadow-sm hover:shadow-md transition-all whitespace-nowrap"
>
<Link href="/model-pricing">
View Compute Pricing <OpenInNewWindowIcon className='w-4 h-4' />