Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Mar 18, 2024
1 parent 52fd413 commit 678fb66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/ContractExecution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ function ExecuteForm(
>
{_ => (
<Form className="align-self-center col-span-2 flex w-full grow flex-col items-center justify-center justify-self-center">
<div className="h-fit-content mb-2 grid w-full grid-flow-row items-start gap-4 overflow-y-auto md:min-h-96">
<div className="h-fit-content md:min-h-96 mb-2 grid w-full grid-flow-row items-start gap-4 overflow-y-auto">
{!!props.shape.token && (
<RenderItem token={props.shape.token} showTitle={false} />
)}
Expand Down
2 changes: 1 addition & 1 deletion pages/import-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Import() {
<main className="mt-8 grow">
<div className="mx-auto max-w-7xl py-0 sm:px-6 lg:px-8">
<div className="px-4 sm:px-0">
<div className="grid min-h-fit grid-rows-2 p-2 md:min-h-96 md:grid-cols-2 md:grid-rows-1">
<div className="md:min-h-96 grid min-h-fit grid-rows-2 p-2 md:grid-cols-2 md:grid-rows-1">
<div className="col-span-2 row-span-2 flex flex-col items-center justify-items-center">
<FormContext.Provider
value={{
Expand Down
2 changes: 1 addition & 1 deletion pages/new-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Create() {
<main className="mt-8 grow">
<div className="mx-auto max-w-7xl py-0 sm:px-6 lg:px-8">
<div className="px-4 sm:px-0">
<div className="grid min-h-fit grid-rows-2 p-2 md:min-h-96 md:grid-cols-2 md:grid-rows-1">
<div className="md:min-h-96 grid min-h-fit grid-rows-2 p-2 md:grid-cols-2 md:grid-rows-1">
<div className="col-span-2 row-span-2 flex flex-col items-center justify-items-center">
<FormContext.Provider
value={{
Expand Down

0 comments on commit 678fb66

Please sign in to comment.