Bluesky app fork with some witchin' additions 💫

fix android admonition flex collapse issue (#9120)

authored by samuel.fm and committed by

GitHub 2b347218 c928d6b1

+1 -1
+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 )