Skip to content

Commit

Permalink
Merge pull request #207 from Neovici/feat/correct-flex-cosmoz-tab-card
Browse files Browse the repository at this point in the history
feat(cosmoz-tab-card): flex the .content
  • Loading branch information
megheaiulian authored Apr 10, 2024
2 parents 374cc51 + 0a61e0f commit 9c458db
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 @@ -96,6 +96,7 @@ const style = css`
.content {
line-height: var(--cosmoz-tab-card-content-line-height, initial);
padding: var(--cosmoz-tab-card-content-padding, initial);
flex: auto;
}
.header {
Expand Down

0 comments on commit 9c458db

Please sign in to comment.