Skip to content

Commit

Permalink
Merge pull request avinash201199#52 from dynle/dynle-branch
Browse files Browse the repository at this point in the history
Fixed issue avinash201199#51
  • Loading branch information
avinash201199 authored Oct 5, 2021
2 parents ed738c2 + fe58637 commit bde7dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ form button:hover
.todo-list {
min-width: 40%;
list-style: none;
padding-left:40px;
padding-right:40px;
}

.todo {
Expand Down Expand Up @@ -130,6 +132,7 @@ form button:hover

.todo-item {
padding: 0rem 0.5rem;
line-break: anywhere;
}

.fa-trash,
Expand Down

0 comments on commit bde7dc8

Please sign in to comment.