diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 1e7668210..66b4aca3d 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -298,7 +298,8 @@ .debate-show, .proposal-show, .investment-project-show, -.budget-investment-show { +.budget-investment-show, +.polls-show { p { word-wrap: break-word; @@ -1355,7 +1356,7 @@ ul.ballot-list { color: white; } - &.poll-show { + &.polls-show-header { min-height: $line-height*8; } } diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 16698382b..5413ce945 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -1,42 +1,57 @@ <% provide :title do %><%= @poll.name %><% end %> <% content_for :wrapper_class, "light" %> -