Skip to content

Commit b8acf9c

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stylesheets/patterns-cob-theme.styl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,7 @@ label {
509509
}
510510
.paragraphs-item-text .entity-paragraphs-item {
511511
margin-bottom: 0;
512-
padding-bottom: 0
513-
}
514-
.squiggle-border-bottom, .paragraphs-item-text .entity-paragraphs-item.squiggle-border-bottom {
515-
padding-bottom: 20px;
512+
padding-bottom: 20px
516513
}
517514
.dr .squiggle-border-bottom .supporting-text {
518515
padding-bottom: 3rem

0 commit comments

Comments
 (0)