From 60b7f3179b8537edf6a013299c532b6bc19e3492 Mon Sep 17 00:00:00 2001 From: myelinated-wackerow <263208946+myelinated-wackerow@users.noreply.github.com> Date: Thu, 28 May 2026 05:12:57 -0700 Subject: [PATCH] fix(ui): ui/callout overflow - Remove unnecessary `min-w-full` class from CalloutRoot `aside` - Fixes overflow bug on markdown pages when no parent wrapper present Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com> --- src/components/ui/callout.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/ui/callout.tsx b/src/components/ui/callout.tsx index 7ee9625738c..68713253a94 100644 --- a/src/components/ui/callout.tsx +++ b/src/components/ui/callout.tsx @@ -38,11 +38,7 @@ const CalloutRoot = React.forwardRef< HTMLDivElement, React.HTMLAttributes & VariantProps >(({ className, variant, children, ...props }, ref) => ( -