diff --git a/plugins/wporg-5ftf/views/form-pledge-manage.php b/plugins/wporg-5ftf/views/form-pledge-manage.php
index d2424e4..bc74004 100644
--- a/plugins/wporg-5ftf/views/form-pledge-manage.php
+++ b/plugins/wporg-5ftf/views/form-pledge-manage.php
@@ -23,6 +23,7 @@ require __DIR__ . '/partial-result-messages.php';
wp_nonce_field( 'manage_pledge_' . $pledge_id );
require get_views_path() . 'inputs-pledge-org-info.php';
+ require get_views_path() . 'inputs-pledge-org-email.php';
?>
diff --git a/plugins/wporg-5ftf/views/inputs-pledge-org-email.php b/plugins/wporg-5ftf/views/inputs-pledge-org-email.php
index 3105521..4ed4624 100644
--- a/plugins/wporg-5ftf/views/inputs-pledge-org-email.php
+++ b/plugins/wporg-5ftf/views/inputs-pledge-org-email.php
@@ -25,9 +25,16 @@ use WP_Post;
aria-describedby="5ftf-pledge-email-help"
/>
-
-
-
+
diff --git a/themes/wporg-5ftf/css/objects/_pledge-form.scss b/themes/wporg-5ftf/css/objects/_pledge-form.scss
index 9c08187..7b9abe0 100644
--- a/themes/wporg-5ftf/css/objects/_pledge-form.scss
+++ b/themes/wporg-5ftf/css/objects/_pledge-form.scss
@@ -29,7 +29,7 @@
height: auto;
}
- > p {
+ [id*="help"] p {
margin-top: ms(-5);
font-size: ms(-2);
}