Fix/829: Git info word length broke responsiveness (#880)
This commit is contained in:
parent
6382d3fb22
commit
be8bfc81de
@ -31,7 +31,7 @@ export const NetworkInfo = () => {
|
||||
</Lozenge>
|
||||
. <Link onClick={() => setNodeSwitcherOpen()}>{t('Edit')}</Link>
|
||||
</p>
|
||||
<p data-testid="git-eth-data" className="mb-16">
|
||||
<p data-testid="git-eth-data" className="mb-16 break-all">
|
||||
{t('Reading Ethereum data from')}{' '}
|
||||
<Lozenge className="text-black dark:text-white bg-white-60 dark:bg-black-60">
|
||||
{ETHEREUM_PROVIDER_URL}
|
||||
|
Loading…
Reference in New Issue
Block a user