Skip to content

Commit

Permalink
Set text-nowrap for -B- and -N- columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris authored and bgyori committed Apr 12, 2024
1 parent 3a8e363 commit 04241a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biomappings/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ <h5 class="card-header text-center">
<i class="far fa-thumbs-up"></i>
</a>
</td>
<td>
<td class="text-nowrap">
<a data-toggle="tooltip"
title="{{ p['source name'] }} is broader than {{ p['target name'] }}."
href="{{ url_for_state('.mark', state, line=line, value='broad') }}">
-B-
</a>
</td>
<td>
<td class="text-nowrap">
<a data-toggle="tooltip"
title="{{ p['source name'] }} is narrower than {{ p['target name'] }}."
href="{{ url_for_state('.mark', state, line=line, value='narrow') }}">
Expand Down

0 comments on commit 04241a9

Please sign in to comment.