Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Dec 18, 2024
1 parent cd31197 commit bf1316e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,13 @@ function SecurityInfo({
/>
</svg>
)}
<span style={{ width: '100%', overflow: 'hidden' }}>
<span
style={{
width: '100%',
overflow: 'hidden',
textOverflow: 'ellipsis'
}}
>
{securityInfo?.dapp?.name || securityInfo?.host}
</span>
</div>
Expand Down

0 comments on commit bf1316e

Please sign in to comment.