Pledge form: Fix size and spacing on contributor list table

This commit is contained in:
Kelly Dwan 2024-09-02 12:41:49 -04:00
parent 27163d33b2
commit 0af6bbe974
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -94,6 +94,8 @@
margin-bottom: 1.5rem;
width: 100%;
border-collapse: collapse;
font-size: var(--wp--preset--font-size--small);
line-height: var(--wp--custom--body--small--typography--line-height);
th,
td,
@ -102,6 +104,11 @@
vertical-align: middle;
}
th,
td {
padding: var(--wp--preset--spacing--10);
}
thead {
background-color: #fff;
color: inherit;