Skip to content

Commit

Permalink
Multisig transaction property (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsidzej authored Jan 3, 2024
1 parent 3e73443 commit 2ee7788
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function SafeMultisigTransaction({
return (
<div
className={cx(
'col-span-full grid-cols-multisig-small border-b border-gray-700 py-3 text-xs last:rounded-b last:border-none md:min-w-[800px] md:grid-cols-multisig ',
'col-span-full grid-cols-multisig-small border-b border-gray-700 py-3 text-xs last:rounded-b last:border-none md:min-w-[800px] md:grid-cols-multisig',
isExpanded ? 'rounded border-none bg-gray-750' : 'bg-gray-800',
)}
>
Expand Down Expand Up @@ -180,7 +180,7 @@ function TransactionProperty({
value: React.ReactNode
}) {
return (
<div className="flex w-full flex-col gap-2 border-t border-zinc-650 p-4 md:flex-row md:pl-12 md:pr-8">
<div className="flex w-full flex-col gap-2 border-t border-zinc-650 p-4 md:flex-row md:gap-0 md:pl-12 md:pr-8">
<div className="whitespace-nowrap text-sm font-medium text-zinc-200 md:w-1/5">
{param}
</div>
Expand Down

0 comments on commit 2ee7788

Please sign in to comment.