diff --git a/src/components/Header.tsx b/src/components/Header.tsx index a6bed6b..9d7db36 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -293,7 +293,7 @@ function RpcUrl() { borderRadius="round" style={{ minWidth: 8, minHeight: 8 }} /> - + {network.rpcUrl.replace(/https?:\/\//, '')} diff --git a/src/screens/networks.tsx b/src/screens/networks.tsx index b81152b..70f201b 100644 --- a/src/screens/networks.tsx +++ b/src/screens/networks.tsx @@ -166,6 +166,7 @@ function NetworkRow({ color={data ? 'text' : 'text/tertiary'} size="12px" wrap={false} + style={{overflow: "hidden", textOverflow: "ellipsis"}} > {network.rpcUrl.replace(/https?:\/\//, '')}