Skip to content

Commit 7a067d4

Browse files
committed
adjusted spacing on todopagetabitem
1 parent 5ba9822 commit 7a067d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/TodoPageTabItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function TodoPageTabItem({
1818
<Link className="grow p-2" to={`/${date}/${id}`}>
1919
<div className="truncate">{title}</div>
2020
</Link>
21-
<div className="flex max-w-[31px] items-center justify-center p-2">
21+
<div className="flex max-w-[43px] items-center justify-center p-2">
2222
<Form className="max-h-[27px]" method="delete">
2323
<button
2424
className="rounded-md px-[5px] py-[3px] transition-all hover:bg-red-950"

0 commit comments

Comments
 (0)