Skip to content

Commit 4a1b0ac

Browse files
authored
Equalize component height in ground truth list table (#4227)
Closes #3936
1 parent b2edc8a commit 4a1b0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/grandchallenge/evaluation/templates/evaluation/evaluationgroundtruth_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Ground Truths for {{ phase.title }}</h2>
5151
<td>
5252
<a href="{{ gt.get_absolute_url }}"><i class="fa fa-eye"></i></a>
5353
</td>
54-
<td class="d-flex justify-content-center">{% if gt.is_desired_version %}<i class="fa fa-check-circle text-success pt-1"></i>{% else %}<i class="fas fa-times-circle text-danger pt-1"></i>{% endif %}</td>
54+
<td class="d-flex justify-content-center"><span>{% if gt.is_desired_version %}<i class="fa fa-check-circle text-success pt-1"></i>{% else %}<i class="fas fa-times-circle text-danger pt-1"></i>{% endif %}</span></td>
5555
<td data-order="{{ gt.created|date:"c" }}">{{ gt.created }}</td>
5656
<td><a
5757
href="{% url 'profile-detail' gt.creator.username %}">{{ gt.creator }}</a>

0 commit comments

Comments
 (0)