Skip to content

Commit

Permalink
Fix table overflow on species list page
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkohei13 committed Jan 17, 2025
1 parent 78142cf commit ed4455d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/templates/participation_taxa.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ <h1>{{ html['challenge_data']['title'] }} &ndash; {{ html['participation_data'][

<p><a href="/lataa/{{ html["challenge_id"] }}/{{ html['participation_id'] }}">Omat lajit CSV-tiedostona</a></p>

{{ html['taxa_html']|safe }}
<div id="challenge_results_container">
<div id="challenge_species">
{{ html['taxa_html']|safe }}
</div>
</div>



Expand Down

0 comments on commit ed4455d

Please sign in to comment.