From 2b347218762cc953a9971271da5c0b838f81fa03 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 10 Oct 2025 19:43:23 +0300 Subject: [PATCH] fix android admonition flex collapse issue (#9120) --- src/components/Admonition.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Admonition.tsx b/src/components/Admonition.tsx index 961d94b37e..8846bb208d 100644 --- a/src/components/Admonition.tsx +++ b/src/components/Admonition.tsx @@ -87,7 +87,7 @@ export function Row({ style?: StyleProp }) { return ( - + {children} )