We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1735be commit fbb4d7aCopy full SHA for fbb4d7a
docs/app/ui/alert.tsx
@@ -61,7 +61,7 @@ export const Alert = ({ children, title, variant, className = "" }: AlertProps)
61
62
<div
63
className={cn(
64
- "prose prose-xs sm:prose-sm md:prose-base max-w-none text-sm leading-6 sm:text-base md:text-lg",
+ "prose prose-xs sm:prose-sm md:prose-base max-w-none text-sm sm:text-base md:text-lg leading-6 md:leading-7 xl:leading-8",
65
styles.content
66
)}
67
>
0 commit comments