Skip to content

Commit c793f4f

Browse files
authored
Merge pull request #812 from CityOfBoston/DIG-5636
DIG-5792 Fix spacing issue in formatted text component
2 parents c08970c + bf6bc18 commit c793f4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stylesheets/patterns-cob-theme.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,10 @@ label {
514514
.paragraphs-item-text .entity-paragraphs-item .supporting-lg,
515515
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-three-column,
516516
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-two-column,
517-
.paragraphs-item-text .entity-paragraphs-item.paragraphs-item-text-one-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 {
518521
padding-bottom: 30px
519522
}
520523
.dr .squiggle-border-bottom .supporting-text {

0 commit comments

Comments
 (0)