Skip to content

Commit

Permalink
Merge pull request #83 from love-sonkar/fixed-item-overflowissue
Browse files Browse the repository at this point in the history
fixed item overflow when user type long task
  • Loading branch information
Kritika30032002 authored Oct 5, 2023
2 parents 8b34956 + 5e543a2 commit 4b98a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ body.dark-mode .list-group-item {
text-align: left;
margin-right: 20px;
border-radius: 5rem !important;
word-break: break-all;
word-wrap: break-word;
}

.list-group-item button {
Expand Down

0 comments on commit 4b98a90

Please sign in to comment.