diff --git a/package-lock.json b/package-lock.json index c957db0606..560271063a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "FormSG", - "version": "4.29.1", + "version": "4.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f106537946..e2c9f60c35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "4.29.1", + "version": "4.30.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG " diff --git a/src/public/modules/forms/admin/css/view-responses.css b/src/public/modules/forms/admin/css/view-responses.css index f3bdd0e038..46978472b5 100644 --- a/src/public/modules/forms/admin/css/view-responses.css +++ b/src/public/modules/forms/admin/css/view-responses.css @@ -253,7 +253,6 @@ #secret-key .instructions-caption { margin-top: 15px; margin-bottom: 15px; - padding-left: 16px; text-align: center; } @@ -327,9 +326,9 @@ display: -webkit-box; display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; @@ -366,9 +365,8 @@ } #secret-key #enter-secret-key input { - width: 513px; height: 54px; - margin: 0 10px; + margin-right: 10px; } #secret-key .input-acknowledgement { @@ -418,7 +416,6 @@ #secret-key .instructions { text-align: left; - padding-left: 16px; } #secret-key .warning-acknowledgement { @@ -434,10 +431,7 @@ @media (min-width: 576px) { #secret-key .instructions-container { - width: min-content; - } - #secret-key .input-acknowledgement { - margin: 10px 10px 0; + width: calc(100% - 115px); } }