style: Fix text wrapping issue in button (#10725)
Co-authored-by: Omar López <zomars@me.com>pull/10672/head^2
parent
7603ea6184
commit
3ca43ce3f3
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue