From 0af6bbe97491bf280aa725e616631558a1e24e8d Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 2 Sep 2024 12:41:49 -0400 Subject: [PATCH] Pledge form: Fix size and spacing on contributor list table --- themes/wporg-5ftf-2024/src/style/_pledge-form.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/wporg-5ftf-2024/src/style/_pledge-form.scss b/themes/wporg-5ftf-2024/src/style/_pledge-form.scss index 0559a93..459362f 100644 --- a/themes/wporg-5ftf-2024/src/style/_pledge-form.scss +++ b/themes/wporg-5ftf-2024/src/style/_pledge-form.scss @@ -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;