fix android admonition flex collapse issue (#9120)
This commit is contained in:
@@ -87,7 +87,7 @@ export function Row({
|
|||||||
style?: StyleProp<ViewStyle>
|
style?: StyleProp<ViewStyle>
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<View style={[a.flex_1, a.flex_row, a.align_start, a.gap_sm, style]}>
|
<View style={[a.w_full, a.flex_row, a.align_start, a.gap_sm, style]}>
|
||||||
{children}
|
{children}
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user