diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8d8c6bb..d02130d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Look at all categories when sending reports. - Provide access to staff-only categories in admin. - Maintain group on pin move with same category in multiple groups. #2962 + - Remove unnecessary margin-right on #postcodeForm. #3010 - Development improvements: - Refactor Script::Report into an object. - Move summary failures to a separate script. diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index fcbb193bc..02ded6fc1 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -842,7 +842,6 @@ textarea.form-error { background:none; overflow:hidden; padding-bottom: 0; - margin-#{$right}: 0.5em; label { margin:0.5em 0; } |