mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
Pledge List: Fix margin overflow when only 1 contributor on a pledge
Fixes #95
This commit is contained in:
parent
beb2db453e
commit
469e3437b1
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
li:first-child:last-child {
|
li:first-child:last-child {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-right: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
|
|
Loading…
Reference in a new issue