Skip to content

Commit

Permalink
Fix events card spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Dec 18, 2023
1 parent cbeb25c commit 043419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/events/events.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h4>
{{snippetService.getSnippet('events-component.title')}}:
</h4>
<div class="row">
<div *ngFor="let event of events$ | async" style="padding: 0.5em;">
<div class="col-auto" *ngFor="let event of events$ | async" style="padding: 0.5em;">
<div class="card" *ngIf="event.type === EventType.extraBlockReward">
<div class="card-header">
{{snippetService.getSnippet('events-component.extra-block-reward.title')}}
Expand Down

0 comments on commit 043419c

Please sign in to comment.