@@ -113,10 +113,13 @@ export const Referral = ({ device }: IProps) => { fontSize: '16px', fontFamily: 'Raleway, sans-serif', whiteSpace: 'nowrap', - paddingRight: '16px', + boxSizing: 'border-box', + paddingRight: '36px', + overflow: 'hidden', + textOverflow: 'ellipsis', }} > - {device === 'mobile' ? url.slice(0, 35) + '...' : url.slice(0, 40) + '...'} + {url}