Hide overflowing text

This commit is contained in:
George Lacey 2021-05-10 00:34:52 +01:00
parent ef4671e3ef
commit db270feb06

View File

@ -20,9 +20,9 @@
{% if repo_list %} {% if repo_list %}
{% for repo in repo_list %} {% for repo in repo_list %}
{% if repo.archive_after_latest_error %} {% if repo.archive_after_latest_error %}
<div class="col-md-4 rounded float-xl-left bg-success"> <div class="col-md-4 rounded float-xl-left bg-success overflow-hidden">
{% else %} {% else %}
<div class="col-md-4 rounded float-xl-left bg-danger"> <div class="col-md-4 rounded float-xl-left bg-danger overflow-hidden">
{% endif %} {% endif %}
<h3 class="repo_label">{{ repo.label }}<small class="text-muted"> {{ repo.location }}</small></h3> <h3 class="repo_label">{{ repo.label }}<small class="text-muted"> {{ repo.location }}</small></h3>
<dl class="row"> <dl class="row">