Skip to content

Commit

Permalink
feat: adding padding to the slots
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinLaubenstein authored and nowseemee committed Jul 19, 2021
1 parent d29825f commit 1669d4a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
.checkbox-group__checkbox {
margin-top: 0.5rem;
}

::slotted(*) {
padding-top: 5px;
}

0 comments on commit 1669d4a

Please sign in to comment.