Skip to content

Commit

Permalink
Remove obsolete tag list rule
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
javierm committed Feb 3, 2021
1 parent 7d4e49a commit 157ef39
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/assets/stylesheets/participation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -606,12 +606,6 @@
img {
max-width: 12rem;
}

.budget-investment-content {
ul {
margin-bottom: 0;
}
}
}
}

Expand Down

0 comments on commit 157ef39

Please sign in to comment.