Skip to content

Commit

Permalink
Fix excess spacing under the results table
Browse files Browse the repository at this point in the history
  • Loading branch information
ommann committed Feb 27, 2024
1 parent e0f4103 commit 156b730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ <h2>Julkaisut - {{total$ | async}}</h2>

<div style='margin-top: 0.5rem'>
<ng-container *ngIf='element.badges.peerReviewed'>
<div style='width: 110px; display: inline-block'>
<div style='width: 115px; display: inline-block'>
<app-tag-peer-reviewed></app-tag-peer-reviewed>
</div>
</ng-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
minmax(0, auto)
minmax(0, auto)
minmax(0, auto)
auto
auto;
minmax(0, auto);

// grid-template-columns: 0px 350px 1fr 100px 0px;
// grid-template-columns: 100px 350px auto auto 100px;
Expand Down

0 comments on commit 156b730

Please sign in to comment.