We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd52b3 commit 437c9a2Copy full SHA for 437c9a2
src/components/Admonition.tsx
@@ -87,7 +87,7 @@ export function Row({
87
style?: StyleProp<ViewStyle>
88
}) {
89
return (
90
- <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]}>
91
{children}
92
</View>
93
)
0 commit comments