Skip to content

Commit

Permalink
fix(tx-builder-alignment): put the TxBuilder form aligned on top
Browse files Browse the repository at this point in the history
  • Loading branch information
clovisdasilvaneto committed Oct 21, 2024
1 parent e35bf4c commit 067bd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tx-builder/src/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Dashboard = (): ReactElement => {

return (
<Wrapper>
<Grid container justifyContent="center" alignItems="center" spacing={6}>
<Grid container justifyContent="center" alignItems="flex-start" spacing={6}>
<AddNewTransactionFormWrapper item xs={12} md={6}>
<Grid container alignItems="center">
<Grid item xs={6}>
Expand Down

0 comments on commit 067bd9d

Please sign in to comment.