Skip to content

Commit

Permalink
fix: [ADN-424] Fix an error of establish connection ui (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored Feb 2, 2024
2 parents 177f180 + a152895 commit b854906
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ import { fonts, getTheme } from '@styles/theme';

export const WalletConnectWrapper = styled.div`
${mixins.flex({ justify: 'flex-start' })};
width: 100vw;
padding: 0 20px;
align-self: center;
.main-title {
max-width: 320px;
text-overflow: ellipsis;
margin-top: 24px;
overflow: hidden;
Expand Down

0 comments on commit b854906

Please sign in to comment.