diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 11d4c97a1..c299d59cb 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -360,6 +360,13 @@ font-size: rem-calc(15); margin-bottom: rem-calc(15); } + + &.tags, &.geozone { + + li { + margin-bottom: 0; + } + } } .author-photo { diff --git a/app/views/shared/_geozone.html.erb b/app/views/shared/_geozone.html.erb index bdf5ce89a..36ce1ebea 100644 --- a/app/views/shared/_geozone.html.erb +++ b/app/views/shared/_geozone.html.erb @@ -1,3 +1,5 @@ - - <%= link_to geozone_name(geozonable), proposals_path(search: geozone_name(geozonable)) %> - +