Skip to content

Commit

Permalink
fix(kyber-AI): remove referral link ellipsis (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold authored Aug 17, 2023
1 parent 3038074 commit 61f0241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/TrueSightV2/pages/RegisterWhitelist/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const Input = styled.input<{ $borderColor: string }>`
background-color: ${({ theme }) => theme.buttonBlack};
transition: border 0.5s;
border: ${({ theme, $borderColor }) => `1px solid ${$borderColor || theme.border}`};
text-overflow: ellipsis;
::placeholder {
color: ${({ theme }) => theme.border};
font-size: 12px;
Expand Down

0 comments on commit 61f0241

Please sign in to comment.