Skip to content

Commit

Permalink
Merge pull request #208 from Neovici/feat/fix-collapse-sizing
Browse files Browse the repository at this point in the history
fix(cosmoz-tab-card): fix sizing
  • Loading branch information
megheaiulian authored Apr 11, 2024
2 parents 0bf949b + 4ae4f6a commit c8086a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cosmoz-tab-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const style = css`
.collapse {
display: flex;
flex-direction: column;
flex: auto;
}
Expand Down

0 comments on commit c8086a6

Please sign in to comment.