fix: signature text overflow truncated for longer signature texts (#489)

This commit is contained in:
Arjun Bharti
2023-10-03 11:28:11 +05:30
committed by GitHub
parent fa61bb660e
commit 87a5bab734

View File

@ -425,7 +425,7 @@ export const AddFieldsFormPartial = ({
<CardContent className="flex flex-col items-center justify-center px-6 py-4"> <CardContent className="flex flex-col items-center justify-center px-6 py-4">
<p <p
className={cn( className={cn(
'text-muted-foreground group-data-[selected]:text-foreground text-3xl font-medium', 'text-muted-foreground group-data-[selected]:text-foreground w-full truncate text-3xl font-medium',
fontCaveat.className, fontCaveat.className,
)} )}
> >