Skip to content

Commit

Permalink
fix: change accordion item region to display block
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Jan 21, 2021
1 parent 068690c commit 35542d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const AccordionItemStyles = css`
}
:host(.expanded) .region {
display: flex;
display: block;
}
.icon {
Expand Down

0 comments on commit 35542d6

Please sign in to comment.