clamp displayname to one line
This commit is contained in:
committed by
Eric Bailey
parent
e78fa95c3e
commit
ccde215545
@@ -95,7 +95,7 @@ export function Post({
|
|||||||
</Box>
|
</Box>
|
||||||
<Box cx={[a.flex_col, a.flex_1]}>
|
<Box cx={[a.flex_col, a.flex_1]}>
|
||||||
<Box cx={[a.flex_1, a.flex_row]}>
|
<Box cx={[a.flex_1, a.flex_row]}>
|
||||||
<Text cx={[a.text_md, a.font_heavy, a.pb_2xs, a.line_clamp_2]}>
|
<Text cx={[a.text_md, a.font_heavy, a.pb_2xs, a.line_clamp_1]}>
|
||||||
{post.author.displayName || post.author.handle}
|
{post.author.displayName || post.author.handle}
|
||||||
</Text>
|
</Text>
|
||||||
{verification.isVerified && (
|
{verification.isVerified && (
|
||||||
|
|||||||
Reference in New Issue
Block a user