mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fixed padding issue in footer
This commit is contained in:
@ -70,7 +70,7 @@ export const Footer = ({ className, ...props }: FooterProps) => {
|
||||
key={index}
|
||||
href={link.href}
|
||||
target={link.target}
|
||||
className="text-muted-foreground hover:text-muted-foreground/80 flex-shrink-0 text-sm"
|
||||
className="text-muted-foreground hover:text-muted-foreground/80 flex-shrink-0 text-sm break-words"
|
||||
>
|
||||
{link.text}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user