diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2020-05-01 14:31:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-04 16:37:43 +0100 |
commit | f5587bec7a13e50041821826fd430961f18f29c6 (patch) | |
tree | 4e37c72bd1eea1290a4d2a182e72e4d11cb50bb2 | |
parent | dfdfa76375e39274d6b8ff2a06954b4d5530586d (diff) |
Remove unnecessary margin-right on #postcodeForm
Not sure why this margin was even here. Appears to have been
present since the original FMS redesign in 2012.
-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 62fdd47ec..2e9222f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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; } |