Skip to content

Commit 437c9a2

Browse files
committed
fix android admonition flex collapse issue
1 parent 5fd52b3 commit 437c9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Admonition.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function Row({
8787
style?: StyleProp<ViewStyle>
8888
}) {
8989
return (
90-
<View style={[a.flex_1, a.flex_row, a.align_start, a.gap_sm, style]}>
90+
<View style={[a.w_full, a.flex_row, a.align_start, a.gap_sm, style]}>
9191
{children}
9292
</View>
9393
)

0 commit comments

Comments
 (0)