diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-23 14:23:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-23 15:54:21 +0000 |
commit | d80037c4c38154e2b9c892653e06527d0b718292 (patch) | |
tree | 73d515036ef508a29f4e5885d91c357fb33c9ebd /web/cobrands | |
parent | 4345263c9de752454795ad57323e684e41e702a8 (diff) |
[fixmystreet.com] Update tips text.
Fixes #1362.
Diffstat (limited to 'web/cobrands')
-rw-r--r-- | web/cobrands/sass/_base.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index a833bb7cf..fa51e29f7 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1391,6 +1391,9 @@ label .muted { } } } +.description_tips__heading--inline { + display: inline-block; +} #problem_form > label:first-child { margin-top: 0; |