Fix text not wrapping in social proof (#7920)

* Fix text not wrapping in social proof

* fix web too

* add max_w_full atom
This commit is contained in:
Samuel Newman
2025-03-06 23:54:40 +00:00
committed by GitHub
parent 618c4e4a56
commit ac43b666cb
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -127,6 +127,7 @@ function KnownFollowersInner({
onPress={onLinkPress}
to={makeProfileLink(profile, 'known-followers')}
style={[
a.max_w_full,
a.flex_row,
minimal ? a.gap_sm : a.gap_md,
a.align_center,
@@ -171,6 +172,7 @@ function KnownFollowersInner({
<Text
style={[
a.flex_shrink,
textStyle,
hovered && {
textDecorationLine: 'underline',