mirror of https://github.com/kortix-ai/suna.git
fix(billing): add whitespace-nowrap class to button for improved layout
This commit is contained in:
parent
938eb043c2
commit
32da251904
|
@ -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' />
|
||||
|
|
Loading…
Reference in New Issue