fix(proposals): truncated text in network param toast (#4249)
This commit is contained in:
parent
26f4c1c983
commit
fc8f12d6fc
@ -37,11 +37,10 @@ const UpdateNetworkParameterToastContent = ({
|
||||
<div>
|
||||
<ToastHeading>{title}</ToastHeading>
|
||||
<p className="italic">
|
||||
'
|
||||
{t(
|
||||
`Update ${change.networkParameter.key} to ${change.networkParameter.value}`
|
||||
)}
|
||||
'
|
||||
'{t('Update ')}
|
||||
<span className="break-all">{change.networkParameter.key}</span>
|
||||
{t(' to ')}
|
||||
<span>{change.networkParameter.value}</span>'
|
||||
</p>
|
||||
{!isNaN(enactment) && (
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user