Skip to content

Commit

Permalink
Float end style
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Oct 28, 2024
1 parent a2e275f commit 8449c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chanjo2/templates/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
<td>
{{ row[2] }} <!-- Ensembl transcript ID -->
{% if row[3].mane_select %}
<span class="badge bg-dark">MANE Select: {{row[3].mane_select}}</span>
<span class="badge bg-dark float-end ">MANE Select: {{row[3].mane_select}}</span>
{% endif %}
{% if row[3].mane_plus_clinical %}
<span class="badge bg-dark">MANE Plus Clinical: {{row[3].mane_plus_clinical}}</span>
<span class="badge bg-dark float-end">MANE Plus Clinical: {{row[3].mane_plus_clinical}}</span>
{% endif %}
{% if row[3].mrna %}
<span class="badge bg-secondary">{{row[3].mrna}}</span>
<span class="badge bg-secondary float-end">{{row[3].mrna}}</span>
{% endif %}
</td>
<td>{{ row[4] }}</td> <!-- sample name -->
Expand Down

0 comments on commit 8449c88

Please sign in to comment.