Skip to content

Commit

Permalink
Merge pull request #49 from 001elijah/column-fix
Browse files Browse the repository at this point in the history
Column fix
  • Loading branch information
001elijah committed Jun 28, 2023
2 parents 0cbb949 + 03806b0 commit d7f4bd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/TaskCard/TaskCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
overflow: hidden;
list-style: none;

&:not(:last-child) {
margin-bottom: 8px;
}

&:last-child {
margin-bottom: 14px;
}

&.dark {
background-color: $black-color;
}
Expand Down

0 comments on commit d7f4bd3

Please sign in to comment.