Skip to content

Commit

Permalink
FORMS-12495: Fix accordion issue with react vanilla components
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayvas committed Jan 16, 2024
1 parent 26d9385 commit a0acffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/site/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@

@mixin tab-container {
margin: 0;
&--hidden {
display: none;
}
}

@mixin vertical-tab {
Expand Down

0 comments on commit a0acffe

Please sign in to comment.