Pledge List: Fix margin overflow when only 1 contributor on a pledge

Fixes #95
This commit is contained in:
Kelly Dwan 2019-11-08 17:20:45 -05:00
parent beb2db453e
commit 469e3437b1
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -46,6 +46,7 @@
li:first-child:last-child {
width: 100%;
margin-right: 0;
a {
max-width: 280px;