From beb2db453e20f8f27a5fe1bef09ee4fa2629f23f Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 8 Nov 2019 17:14:14 -0500 Subject: [PATCH] My Pledges: Add border only when multiple pledge lists exist --- themes/wporg-5ftf/css/components/_my-pledges.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/css/components/_my-pledges.scss b/themes/wporg-5ftf/css/components/_my-pledges.scss index 330040c..d560460 100644 --- a/themes/wporg-5ftf/css/components/_my-pledges.scss +++ b/themes/wporg-5ftf/css/components/_my-pledges.scss @@ -68,7 +68,7 @@ body.page.page-my-pledges { .my-pledges__list { - &.is-pending-list { + + .my-pledges__list { margin-top: ms(8); border-top: 1px solid $color-gray-light-500; padding-top: ms(8);