Skip to content

Commit

Permalink
Merge pull request #18 from akshayvas/main-ccopy
Browse files Browse the repository at this point in the history
FORMS-12495: Fix accordion issue with react vanilla components
  • Loading branch information
pankaj-parashar authored Feb 1, 2024
2 parents 41f31c5 + 43f50ab commit e709624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/site/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;

@include required-field-style;

Expand Down Expand Up @@ -320,6 +321,9 @@

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

@mixin vertical-tab {
Expand Down

0 comments on commit e709624

Please sign in to comment.