From 7ad97403bad0c18264f13ed072e9bd73dc533779 Mon Sep 17 00:00:00 2001 From: dandds Date: Fri, 21 Feb 2020 15:35:27 -0500 Subject: [PATCH 1/3] Don't check output status from ACR login in CI/CD. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c1d2d810..175c072f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ commands: apk del --purge build - run: name: Login to Azure CLI - shell: /bin/sh -o pipefail + shell: /bin/sh command: | az login \ --service-principal \ From b8ddbff145836d93283f537706cc20fb0c6ae5f7 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 19 Feb 2020 14:00:20 -0500 Subject: [PATCH 2/3] Set max width on forms --- styles/components/_forms.scss | 2 ++ styles/core/_variables.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/styles/components/_forms.scss b/styles/components/_forms.scss index 6921eb01..9ffc2225 100644 --- a/styles/components/_forms.scss +++ b/styles/components/_forms.scss @@ -203,6 +203,8 @@ .form-container { margin-bottom: $action-footer-height + $large-spacing; + max-width: $max-form-width; + width: 100%; &--narrow { max-width: $max-input-width; diff --git a/styles/core/_variables.scss b/styles/core/_variables.scss index f98a3663..9aa4c06f 100644 --- a/styles/core/_variables.scss +++ b/styles/core/_variables.scss @@ -22,6 +22,7 @@ $large-spacing: 4rem; $max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing; $action-footer-height: 6rem; $max-input-width: 46rem; +$max-form-width: 62.5rem; /* * USWDS Variables From 94caf37e7fb696339c9715dfd1bcd056388b5537 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 19 Feb 2020 14:00:59 -0500 Subject: [PATCH 3/3] Make hr full-width in revoke invite form --- templates/applications/fragments/members.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/applications/fragments/members.html b/templates/applications/fragments/members.html index 5fbecd35..951f8a5d 100644 --- a/templates/applications/fragments/members.html +++ b/templates/applications/fragments/members.html @@ -82,7 +82,7 @@
{{ member.form.csrf_token }}

{{ "invites.revoke" | translate }}

-
+
{{ "invites.revoke_modal_text" | translate({"application": application.name}) }}