We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781b4b2 commit 9e76d4fCopy full SHA for 9e76d4f
src/components/friends/friend/FriendInfo.tsx
@@ -58,4 +58,8 @@ const characterNameCSS = css`
58
const messageCSS = css`
59
font-size: 0.75rem;
60
color:${color.greenGray};
61
+ max-width: 15rem;
62
+ white-space: nowrap;
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
`;
0 commit comments