set maxwidth on feed context string (#8817)
This commit is contained in:
@@ -32,8 +32,7 @@ export function DiscoverDebug({
|
|||||||
hitSlop={10}
|
hitSlop={10}
|
||||||
style={[
|
style={[
|
||||||
a.absolute,
|
a.absolute,
|
||||||
a.bottom_0,
|
{zIndex: 1000, maxWidth: 65, bottom: -4},
|
||||||
{zIndex: 1000},
|
|
||||||
gtMobile ? a.right_0 : a.left_0,
|
gtMobile ? a.right_0 : a.left_0,
|
||||||
]}
|
]}
|
||||||
onPress={e => {
|
onPress={e => {
|
||||||
@@ -42,6 +41,7 @@ export function DiscoverDebug({
|
|||||||
Toast.show(t`Copied to clipboard`, 'clipboard-check')
|
Toast.show(t`Copied to clipboard`, 'clipboard-check')
|
||||||
}}>
|
}}>
|
||||||
<Text
|
<Text
|
||||||
|
numberOfLines={1}
|
||||||
style={{
|
style={{
|
||||||
color: theme.palette.contrast_400,
|
color: theme.palette.contrast_400,
|
||||||
fontSize: 7,
|
fontSize: 7,
|
||||||
|
|||||||
Reference in New Issue
Block a user