diff --git a/app/assets/stylesheets/community.scss b/app/assets/stylesheets/community.scss index 0c788a2fa..13ff3bf60 100644 --- a/app/assets/stylesheets/community.scss +++ b/app/assets/stylesheets/community.scss @@ -33,15 +33,25 @@ } } -.communities-participantes{ +.communities-participants{ .comment-body{ display: inline-block; float: left; margin-right: $line-height; + margin-bottom: $line-height; } } .topic-show{ p{ margin-bottom: 0; } + ul li { + margin-bottom:0; + } + .comments{ + .first-comment{ + margin-top: $line-height; + margin-bottom: $line-height; + } + } } diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 8d79eca55..84c223170 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -316,7 +316,9 @@ .debate-quiz, .budget-investment-show, .draft-panels, -.debate-questions { +.debate-questions, +.communities-show, +.topic-show { p { word-wrap: break-word; @@ -350,7 +352,8 @@ .debate-info, .proposal-info, .investment-project-info, - .budget-investment-show { + .budget-investment-show, + .topic-info { clear: both; color: $text-medium; font-size: $small-font-size; diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb index ea4fc8aae..69bf729c0 100644 --- a/app/views/communities/show.html.erb +++ b/app/views/communities/show.html.erb @@ -22,7 +22,7 @@ -
Comunidad: <%= @community.proposal.title %>
+Comunidad de la propuesta: <%= @community.proposal.title %>
-