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