From db201eeda9314d4482dc34145584cc56cd400fff Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 10 Oct 2023 11:23:19 -0400 Subject: [PATCH] Small styling updates --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 1 - app/templates/views/edit-sms-template.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index f99459c5b..9b88d44a7 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -414,7 +414,6 @@ details form { display: block; box-sizing: border-box; position: relative; - margin: 0; padding: 4px; overflow: hidden; line-height: 1.6; diff --git a/app/templates/views/edit-sms-template.html b/app/templates/views/edit-sms-template.html index 319fbe37e..b3f1da603 100644 --- a/app/templates/views/edit-sms-template.html +++ b/app/templates/views/edit-sms-template.html @@ -30,7 +30,7 @@ {% call form_wrapper() %}
-
+
{{ form.name(param_extensions={ "extra_form_group_classes": "margin-bottom-2", "hint": {"text": "Your recipients will not see this"} @@ -72,7 +72,7 @@

How to customize your message

-
+
{% include "partials/templates/guidance-personalization.html" %} {% include "partials/templates/guidance-optional-content.html" %} {% include "partials/templates/guidance-links.html" %}