Skip to content

Commit

Permalink
fix(collapse): adjust trigger styling (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Jul 14, 2024
1 parent e76de34 commit f2655ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/scss/components/_collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
/* @docs */

.o-clps {
width: 100%;

&__trigger {
cursor: pointer;
display: inline-block;
}

&__content {
Expand Down

0 comments on commit f2655ab

Please sign in to comment.