diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-18 16:55:43 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-03 10:40:46 +0000 |
commit | b4e9b417ee19c8587cda365767180b1eae35837c (patch) | |
tree | d4a02398030187e18154f38569d4a6583386d020 | |
parent | 0cad8ddc97f2f0ec0d130c18bd16c1caae62b4e9 (diff) |
Give change location block a bottom margin.
A couple of times now I have had an issue with the thing after it being
too close, as it is not the default label.
-rw-r--r-- | web/cobrands/sass/_base.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 624293d81..587b50ebf 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -496,7 +496,7 @@ small#or:after { .change_location { color: #666; - margin: 0; + margin: 0 0 1em; // No need for this element on mobile, where they can't click the map, // and there's already a "Report" button in the header that leads to @@ -2117,10 +2117,8 @@ label .muted { display: inline-block; } -#problem_form { - & > label:first-child { +#form_category_row > label:first-child { margin-top: 0; - } } .box-warning, |