Skip to content

Commit

Permalink
Sidebar filters should show at most 5 items to start
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiascarf committed Jun 14, 2024
1 parent bb4499d commit 2f99eb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ <h3>Categories</h3>
<div class="list-group" data-component="categories-filter" data-show="5"></div>

<h3>Countries</h3>
<div class="list-group" data-component="rdl-country-filter" data-show="15"></div>
<div class="list-group" data-component="rdl-country-filter" data-show="5"></div>

<h3>Geographical Scale</h3>
<div class="list-group" data-component="rdl-geographical-scale-filter" data-show="15"></div>
<div class="list-group" data-component="rdl-geographical-scale-filter" data-show="5"></div>

<h3>Licenses</h3>
<div class="list-group" data-component="rdl-license-filter" data-show="15"></div>
<div class="list-group" data-component="rdl-license-filter" data-show="5"></div>

</div>
<div class="col-sm-8" data-component="rdl-datasets-list">
Expand Down

0 comments on commit 2f99eb8

Please sign in to comment.