tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social

fix android admonition flex collapse issue (#9120)

authored by samuel.fm and committed by GitHub 2b347218 c928d6b1

Changed files
+1 -1
src
components
+1 -1
src/components/Admonition.tsx
··· 87 87 style?: StyleProp<ViewStyle> 88 88 }) { 89 89 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]}> 91 91 {children} 92 92 </View> 93 93 )