diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-09-02 08:50:08 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-09-02 08:50:08 +0100 |
commit | 3a029531bb59626d3f98bdc07fc74f1a5b58c4a4 (patch) | |
tree | 99d5f13fe1961b3bcab2c3ef3fa18aac1f1fd613 | |
parent | fc1a27bfb306b189a4b4d936131d8cbc4d1f351e (diff) |
Don't nest the #public_body_show grid-row when in authority preview.
-rw-r--r-- | app/assets/stylesheets/responsive/_new_request_layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_new_request_layout.scss b/app/assets/stylesheets/responsive/_new_request_layout.scss index eec95ae77..0ee48a82a 100644 --- a/app/assets/stylesheets/responsive/_new_request_layout.scss +++ b/app/assets/stylesheets/responsive/_new_request_layout.scss @@ -29,6 +29,10 @@ @include lte-ie7 { width: 26.188em; } + #public_body_show { + @include grid-row(); + } + } /* Hide some elements of the public body that aren't appropriate in this |