From eadf933c22a4bc594f508ca6110f56bb5400a19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gonz=C3=A1lez?= Date: Fri, 13 Jan 2017 16:42:59 +0100 Subject: [PATCH] Change debate questions class to avoid colliding with other CSS --- app/assets/stylesheets/legislation_process.scss | 2 +- app/views/legislation/questions/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index b2cb4e527..6de923542 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -281,7 +281,7 @@ $epigraph-font-size: rem-calc(15); // 05. Debate quiz // ----------------- -.debate-quiz { +.debate-questions { .comments { margin-top: 4rem; } diff --git a/app/views/legislation/questions/show.html.erb b/app/views/legislation/questions/show.html.erb index d12296a2f..c74bd9efa 100644 --- a/app/views/legislation/questions/show.html.erb +++ b/app/views/legislation/questions/show.html.erb @@ -1,6 +1,6 @@ <% provide :title do %><%= @question.title %><% end %> -
+