Add a little visual alignment hack
This commit is contained in:
@@ -165,7 +165,13 @@ function Label({
|
|||||||
<Trans>This label was applied by you.</Trans>
|
<Trans>This label was applied by you.</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
) : (
|
) : (
|
||||||
<View style={[a.flex_row, a.justify_between, a.gap_xl]}>
|
<View
|
||||||
|
style={[
|
||||||
|
a.flex_row,
|
||||||
|
a.justify_between,
|
||||||
|
a.gap_xl,
|
||||||
|
{paddingBottom: 1},
|
||||||
|
]}>
|
||||||
<Text
|
<Text
|
||||||
style={[a.flex_1, a.leading_snug, t.atoms.text_contrast_medium]}
|
style={[a.flex_1, a.leading_snug, t.atoms.text_contrast_medium]}
|
||||||
numberOfLines={1}>
|
numberOfLines={1}>
|
||||||
|
|||||||
@@ -169,7 +169,13 @@ function ModerationDetailsDialogInner({
|
|||||||
</Text>
|
</Text>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<View style={[a.flex_row, a.justify_between, a.gap_xl]}>
|
<View
|
||||||
|
style={[
|
||||||
|
a.flex_row,
|
||||||
|
a.justify_between,
|
||||||
|
a.gap_xl,
|
||||||
|
{paddingBottom: 1},
|
||||||
|
]}>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
|
|||||||
Reference in New Issue
Block a user