Skip to content

Commit

Permalink
fix: APPS-3046 Remove excess content spacing in SlimBlockCTA (#648)
Browse files Browse the repository at this point in the history
Removes extra space beneath CTA parsed text

Co-authored-by: tinuola <[email protected]>
  • Loading branch information
tinuola and tinuola authored Oct 29, 2024
1 parent 752ccb2 commit e259821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/default/_block-call-to-action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@

.parsed-content {
color: unset;
margin-bottom: 0;
}
}

Expand Down

1 comment on commit e259821

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.