Skip to content

Commit

Permalink
Merge branch 'main' of github.com:avidrucker/pwa-autofocus-app into main
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Nov 24, 2023
2 parents bc4facd + 3b39430 commit 858706e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TodoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function TodoItem({ task, isBenchmark, cancelFunc, cloneFunc, theme }) {
statusToSymbol(task.status) :
statusToSymbol(task.was)}</span>
<span className={`${task.status === "cancelled" && "strike"}`}>{task.text}</span>
<div className="relative ml1 h-15">
<div className="relative ml1 h-15 w3">
{cancelFunc && cloneFunc &&
<>
{task.status === "new" || task.status === "ready" ?
Expand Down

0 comments on commit 858706e

Please sign in to comment.