Skip to content

Commit 258eb72

Browse files
committed
DIG-5792 Fix spacing issue in formatted text component
1 parent 447ec36 commit 258eb72

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
@@ -511,7 +511,10 @@ 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 {
515518
padding-bottom: 30px
516519
}
517520
.dr .squiggle-border-bottom .supporting-text {

0 commit comments

Comments
 (0)