Skip to content

Commit

Permalink
www/index- ensure package cards are all the same size
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 8, 2021
1 parent 7645331 commit eba01f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span><i class="star icon"></i> {{this.StarCount}}</span>
</h3>
<div><i class="balance scale icon"></i> {{#if this.license}}{{this.license}}{{else}}No{{/if}} License</div>
<div>{{this.description}}</div>
<div>{{this.description}}&nbsp;</div>
</div>
</div>
{{/each}}
Expand All @@ -28,7 +28,7 @@
<span><i class="star icon"></i> {{version_pkg_stars this}}</span>
</h3>
<div><i class="tag icon"></i>{{versionp_str this}}</div>
<div>{{version_pkg_description this}}</div>
<div>{{version_pkg_description this}}&nbsp;</div>
</div>
</div>
{{/each}}
Expand Down

0 comments on commit eba01f5

Please sign in to comment.