Skip to content

Commit

Permalink
Align items
Browse files Browse the repository at this point in the history
  • Loading branch information
tataw-cl committed Oct 5, 2024
1 parent 8075fd1 commit 96293ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function AddItem({ data, listPath }) {
<>
<form
onSubmit={handleNewItemSubmit}
className="add-item-form flex p-1 items-center rounded mb-2"
className="add-item-form flex p-1 rounded mb-2"
>
{/* Item Name Section */}
<div className="flex items-center mb-4">
Expand Down

0 comments on commit 96293ee

Please sign in to comment.