Skip to content

Commit 8b2e0cd

Browse files
authored
Merge pull request #806 from CityOfBoston/DIG-5636
DIG-5685 Reduce padding at bottom of 'Formatted Text' components
2 parents b8acf9c + 5a607b9 commit 8b2e0cd

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
@@ -509,7 +509,10 @@ label {
509509
}
510510
.paragraphs-item-text .entity-paragraphs-item {
511511
margin-bottom: 0;
512-
padding-bottom: 20px
512+
padding-bottom: 0
513+
}
514+
.paragraphs-item-text .entity-paragraphs-item .supporting-lg {
515+
padding-bottom: 30px !important
513516
}
514517
.dr .squiggle-border-bottom .supporting-text {
515518
padding-bottom: 3rem

0 commit comments

Comments
 (0)