Skip to content

Commit

Permalink
fix: Keep number of sponsor columns constant (#5586)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Nov 11, 2020
1 parent ac3ce5d commit 7ecc1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/public/sponsor-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{#if (not-eq key 'null')}}
<h4 class="ui header">{{key}}</h4>
{{/if}}
<div class="ui {{sponsorsGroup.columns}} column stackable grid">
<div class="ui three column stackable grid">
{{#each sponsorsGroup.sponsors as |sponsor|}}
<Public::SponsorItem @sponsor={{sponsor}} />
{{/each}}
Expand Down

1 comment on commit 7ecc1da

@vercel
Copy link

@vercel vercel bot commented on 7ecc1da Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.