We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba9822 commit 7a067d4Copy full SHA for 7a067d4
app/components/TodoPageTabItem.tsx
@@ -18,7 +18,7 @@ export default function TodoPageTabItem({
18
<Link className="grow p-2" to={`/${date}/${id}`}>
19
<div className="truncate">{title}</div>
20
</Link>
21
- <div className="flex max-w-[31px] items-center justify-center p-2">
+ <div className="flex max-w-[43px] items-center justify-center p-2">
22
<Form className="max-h-[27px]" method="delete">
23
<button
24
className="rounded-md px-[5px] py-[3px] transition-all hover:bg-red-950"
0 commit comments