diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-05 11:43:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-05 11:43:45 +0100 |
commit | 461d261919e3b7dca777d05449c9577c86dbf500 (patch) | |
tree | b92a30b93f03cd8f8a28b6fde09d19ac43865873 /web | |
parent | 63df5a61f7be9da0498a036a18f8b01e69f103cf (diff) | |
parent | f5587bec7a13e50041821826fd430961f18f29c6 (diff) |
Merge remote-tracking branch 'origin/remove-postcode-form-margin-right'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |