Tweak spacing
This commit is contained in:
parent
17cb352a1f
commit
f1fe98965b
|
@ -77,7 +77,7 @@ const TraceInput: React.FC<TraceInputProps> = ({
|
||||||
</div>
|
</div>
|
||||||
{hasParams && expanded && fourBytesTxDesc && (
|
{hasParams && expanded && fourBytesTxDesc && (
|
||||||
<>
|
<>
|
||||||
<div className="ml-5 my-5 mr-5">
|
<div className="ml-5 mr-1 my-2">
|
||||||
<DecodedParamsTable
|
<DecodedParamsTable
|
||||||
args={fourBytesTxDesc.args}
|
args={fourBytesTxDesc.args}
|
||||||
paramTypes={fourBytesTxDesc.functionFragment.inputs}
|
paramTypes={fourBytesTxDesc.functionFragment.inputs}
|
||||||
|
|
Loading…
Reference in New Issue