From 469e3437b18d0a9632acd56befe9c179234da7fe Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 8 Nov 2019 17:20:45 -0500 Subject: [PATCH] Pledge List: Fix margin overflow when only 1 contributor on a pledge Fixes #95 --- themes/wporg-5ftf/css/components/_pledge-contributors.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/wporg-5ftf/css/components/_pledge-contributors.scss b/themes/wporg-5ftf/css/components/_pledge-contributors.scss index c84e4c6..43c54bf 100644 --- a/themes/wporg-5ftf/css/components/_pledge-contributors.scss +++ b/themes/wporg-5ftf/css/components/_pledge-contributors.scss @@ -46,6 +46,7 @@ li:first-child:last-child { width: 100%; + margin-right: 0; a { max-width: 280px;