Skip to content

Commit

Permalink
fix(Collapsible) remove flex align since its breaking layout if we ha…
Browse files Browse the repository at this point in the history
…ve a lot of text
  • Loading branch information
gselderslaghs committed Dec 11, 2024
1 parent fa294fc commit 6685ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sass/components/_collapsible.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

.collapsible-header::after {
content: '\e5cf';
align-self: flex-end;
margin-left: .5rem;
font-family: 'Material Symbols Outlined', 'Material Symbols Rounded', 'Material Symbols Sharp', 'Material Icons';
font-size: 25px;
Expand Down

0 comments on commit 6685ae4

Please sign in to comment.