Skip to content

Commit cde458b

Browse files
authored
Merge pull request #813 from CityOfBoston/develop
DIG-5792 Fix spacing issue in formatted text component
2 parents 8ab9fe4 + c793f4f commit cde458b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

stylesheets/patterns-cob-theme.styl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,13 @@ label {
511511
margin-bottom: 0;
512512
padding-bottom: 0
513513
}
514-
.paragraphs-item-text .entity-paragraphs-item .supporting-lg, .paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-three-column {
514+
.paragraphs-item-text .entity-paragraphs-item .supporting-lg,
515+
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-three-column,
516+
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-two-column,
517+
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-one-column,
518+
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-table,
519+
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-chart,
520+
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-map {
515521
padding-bottom: 30px
516522
}
517523
.dr .squiggle-border-bottom .supporting-text {

0 commit comments

Comments
 (0)