Skip to content

Commit

Permalink
fix(cc-block): remove margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleneAmouzou committed Oct 22, 2024
1 parent 4b2e3f7 commit 1ca09d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/cc-block/cc-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export class CcBlock extends LitElement {
border-radius: var(--cc-border-radius-default, 0.25em);
box-sizing: border-box;
display: block;
margin-bottom: 1em;
overflow: hidden;
position: relative;
}
Expand Down

0 comments on commit 1ca09d5

Please sign in to comment.