Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-markup): only style direct paragraphs (#1306)
Browse files Browse the repository at this point in the history
Co-authored-by: David Featherston <david.featherstone@dpc.vic.gov.au>
  • Loading branch information
lambry and David Featherston committed Jul 27, 2023
1 parent fc4ee41 commit 3286cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/Organisms/Markup/Markup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ $no-padding: 0;
padding: $quotation-padding-xs;
max-width: $rpl-content-max-width;
p {
> p {
@include rpl_typography_ruleset($quotation-text-ruleset);
color: $quotation-text-color;
margin: $quotation-text-margin;
Expand Down

0 comments on commit 3286cc4

Please sign in to comment.