Fix for android
This commit is contained in:
@@ -64,7 +64,7 @@ export function StandardSiteMetaRow({
|
|||||||
{DomainIcon && (
|
{DomainIcon && (
|
||||||
<DomainIcon size="xs" fill={t.atoms.text_contrast_medium.color} />
|
<DomainIcon size="xs" fill={t.atoms.text_contrast_medium.color} />
|
||||||
)}
|
)}
|
||||||
<Text numberOfLines={1} style={metaTextStyle}>
|
<Text numberOfLines={1} style={[metaTextStyle, a.flex_shrink]}>
|
||||||
{articleDomain}
|
{articleDomain}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user