mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [show domain] avoid overlaping table/image
This commit is contained in:
parent
8a267e2a83
commit
31e3da5e53
1 changed files with 7 additions and 7 deletions
|
@ -401,7 +401,7 @@
|
|||
</div>
|
||||
|
||||
{% if dict_domain["crawler_history_items"] %}
|
||||
<table class="table table-striped table-bordered table-hover" id="myTable_1">
|
||||
<table class="table table-striped table-bordered table-hover" style="word-break: break-all;" id="myTable_1">
|
||||
<thead class="thead-dark">
|
||||
<tr>
|
||||
<th>Urls</th>
|
||||
|
@ -469,13 +469,13 @@
|
|||
<div>{{ dom_history["date"] }}</div>
|
||||
</div>
|
||||
</a>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{%endif%}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{%endif%}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-xl-6">
|
||||
{# button usafe if not tag safe <i class="fas fa-exclamation-triangle"></i> #}
|
||||
|
|
Loading…
Reference in a new issue