Skip to content

Commit fbb4d7a

Browse files
author
abrulic
committed
UI small fix
1 parent a1735be commit fbb4d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/ui/alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const Alert = ({ children, title, variant, className = "" }: AlertProps)
6161

6262
<div
6363
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",
64+
"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",
6565
styles.content
6666
)}
6767
>

0 commit comments

Comments
 (0)