We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bfc21 commit 27e3eceCopy full SHA for 27e3ece
src/playground/src/components/evm/EvmWalletConnector.tsx
@@ -12,7 +12,7 @@ export const EvmWalletConnector = (): JSX.Element => {
12
if (isConnected) {
13
return (
14
<div className="connected-wallet-container">
15
- <p className="break-all">{address}</p>
+ <p>{address}</p>
16
<button className="connect-button" onClick={() => disconnect()}>
17
Disconnect
18
</button>
src/playground/src/index.css
@@ -52,6 +52,7 @@ p,
52
align-items: center;
53
gap: 12px;
54
font-size: 14px;
55
+ padding: 0 8px;
56
}
57
58
/* The Modal (background) */
0 commit comments