Skip to content

Commit

Permalink
Add more height to task list title, as it would get cutoff on the Y
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-o committed Oct 13, 2023
1 parent 77300f6 commit 0ec7e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
font-size: 22px;
display: inline-flex;
margin-bottom: none;
padding-bottom: 0;
}

.list-heading-input {
Expand All @@ -79,7 +78,7 @@
background: transparent;
font-size: 22px;
font-weight: bold;
height: 22px;
height: 26px;
}

.list-delete-span {
Expand Down

0 comments on commit 0ec7e1f

Please sign in to comment.