style: Fix text wrapping issue in button (#10725)

Co-authored-by: Omar López <zomars@me.com>
pull/10672/head^2
ABDERRAHMANI IDRISSI HAMZA 2023-08-12 22:21:09 +01:00 committed by GitHub
parent 7603ea6184
commit 3ca43ce3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export type ButtonProps = ButtonBaseProps &
);
export const buttonClasses = cva(
"inline-flex items-center text-sm font-medium relative rounded-md transition-colors disabled:cursor-not-allowed",
"whitespace-nowrap inline-flex items-center text-sm font-medium relative rounded-md transition-colors disabled:cursor-not-allowed",
{
variants: {
variant: {