Skip to content

Commit

Permalink
Merge pull request #2812 from jtapia/chore/fix_taxons_admin
Browse files Browse the repository at this point in the history
Fix space between taxons on admin taxonomies
  • Loading branch information
tvdeyen authored Sep 4, 2018
2 parents 24ae668 + a2bce17 commit 1bcf4b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<a href="#" class="js-taxon-delete fa fa-trash icon_link no-text"></a>
</div>
</div>
{{#if taxons }}
<ul>
{{> taxons/_tree }}
</ul>
{{/if}}
</li>
{{/each}}
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
margin-bottom: 1.5em;
}

.taxon {
border-radius: $border-radius;
}

.taxon {
background-color: very-light($color-3);
border: 1px solid $color-border;
border-radius: $border-radius;
color: $body-color;
font-weight: $font-weight-bold;
margin: 5px 0;
padding: 0.5em;

&.sortable {
Expand Down

0 comments on commit 1bcf4b2

Please sign in to comment.