From 157ef39e1d60c83a58ee1554af6bfb3bfd71d3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 4 Feb 2021 00:04:21 +0100 Subject: [PATCH] Remove obsolete tag list rule This rule was added so the tag list wouldn't have an extra bottom margin. However, the rule is already applied by the `.tags` selector inside `.budget-investment` and it was conflicting with other lists (goals and tags) we've added to thi investments index. --- app/assets/stylesheets/participation.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 9c014addcfa..d47dda44e65 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -606,12 +606,6 @@ img { max-width: 12rem; } - - .budget-investment-content { - ul { - margin-bottom: 0; - } - } } }