Skip to content

Commit

Permalink
fix: broken accordion added to checkbox list
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 9, 2024
1 parent 035a0c0 commit 4293fcb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ul[data-type] {
li[data-checked] {
display: flex;
gap: 0.5rem;

& > div {
width: 100%;
}
}

li[data-checked] > label > input[type='checkbox'] {
Expand Down

0 comments on commit 4293fcb

Please sign in to comment.