From 258eb7244259bcb266c0980853bae7f5247fc433 Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Wed, 12 Mar 2025 15:14:48 -0400 Subject: [PATCH 1/2] DIG-5792 Fix spacing issue in formatted text component --- stylesheets/patterns-cob-theme.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/patterns-cob-theme.styl b/stylesheets/patterns-cob-theme.styl index f476efef..f9a384ed 100644 --- a/stylesheets/patterns-cob-theme.styl +++ b/stylesheets/patterns-cob-theme.styl @@ -511,7 +511,10 @@ label { margin-bottom: 0; padding-bottom: 0 } -.paragraphs-item-text .entity-paragraphs-item .supporting-lg, .paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-three-column { +.paragraphs-item-text .entity-paragraphs-item .supporting-lg, +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-three-column, +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-two-column, +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-one-column { padding-bottom: 30px } .dr .squiggle-border-bottom .supporting-text { From bf6bc188120374cd4be7c3aa3aed121bacf6763a Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Thu, 13 Mar 2025 10:54:15 -0400 Subject: [PATCH 2/2] DIG-5792 Fix spacing issue in formatted text component --- stylesheets/patterns-cob-theme.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/patterns-cob-theme.styl b/stylesheets/patterns-cob-theme.styl index f9a384ed..cbb257f9 100644 --- a/stylesheets/patterns-cob-theme.styl +++ b/stylesheets/patterns-cob-theme.styl @@ -514,7 +514,10 @@ label { .paragraphs-item-text .entity-paragraphs-item .supporting-lg, .paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-three-column, .paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-two-column, -.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-one-column { +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-one-column, +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-table, +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-chart, +.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-map { padding-bottom: 30px } .dr .squiggle-border-bottom .supporting-text {