Skip to content

Commit

Permalink
feat(cosmoz-tab-card): flex the .content
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Apr 10, 2024
1 parent 374cc51 commit 0a61e0f
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 0a61e0f

Please sign in to comment.