mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +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>
|
||||
|
||||
@ -16,8 +16,6 @@ import { PostHogPageview } from '~/providers/posthog';
|
||||
|
||||
import './globals.css';
|
||||
|
||||
dasdas;
|
||||
|
||||
const fontInter = Inter({ subsets: ['latin'], variable: '--font-sans' });
|
||||
const fontCaveat = Caveat({ subsets: ['latin'], variable: '--font-signature' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user