Skip to content

Commit

Permalink
fix: edit new styling for tab cards
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelagoffe committed Aug 19, 2024
1 parent 1cfb4d9 commit f85e47d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cosmoz-tab-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const style = css`
background-color: var(--cosmoz-tab-card-bg-color, white);
border-radius: 10px;
border: 1px solid rgb(229, 230, 236);
margin: 10px 5px 0;
margin: 10px;
align-self: flex-start;
padding: var(--cosmoz-tab-card-padding, 0);
width: var(--cosmoz-tab-card-width, 300px);
Expand Down
1 change: 0 additions & 1 deletion src/cosmoz-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const CosmozTab = (host) => {
position: relative;
flex-direction: column;
flex: 1 1 auto;
padding: 0 5px;
max-height: 100%;
}
Expand Down

0 comments on commit f85e47d

Please sign in to comment.