From b5d0a82534a37e43efaeefb84a01bccd1b213c9d Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 18 Sep 2017 14:22:02 +0200 Subject: [PATCH] fixes margin of tags on proposal show --- app/assets/stylesheets/participation.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 8c380caf1..8c6fc5415 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -395,6 +395,8 @@ } } + .tags, + .geozone { li { margin-bottom: 0; @@ -476,6 +478,7 @@ .tags { display: block; + margin-bottom: 0; a { margin-right: rem-calc(6);