Skip to content

Commit

Permalink
fix: #1883
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 2, 2023
1 parent cf83e51 commit de3a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/collapse.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
.collapse:focus:not(.collapse-close) .collapse-content,
.collapse:not(.collapse-close) input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) input[type="radio"]:checked ~ .collapse-content {
@apply visible;
@apply visible min-h-fit;
}

0 comments on commit de3a17b

Please sign in to comment.