Fix support link cutoff in signup footer on mobile (#11059)
This commit is contained in:
@@ -219,6 +219,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
|
|||||||
a.w_full,
|
a.w_full,
|
||||||
a.py_lg,
|
a.py_lg,
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
|
a.flex_wrap,
|
||||||
a.gap_md,
|
a.gap_md,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
]}>
|
]}>
|
||||||
@@ -227,7 +228,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
|
|||||||
style={
|
style={
|
||||||
gtMobile
|
gtMobile
|
||||||
? [a.flex_1, a.flex, a.flex_row, a.justify_end]
|
? [a.flex_1, a.flex, a.flex_row, a.justify_end]
|
||||||
: []
|
: [a.flex_shrink]
|
||||||
}>
|
}>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
|
|||||||
Reference in New Issue
Block a user