Hide overflowing text
This commit is contained in:
parent
ef4671e3ef
commit
db270feb06
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user