fix: [show domain] avoid overlaping table/image

This commit is contained in:
terrtia 2024-09-19 12:02:46 +02:00
parent 8a267e2a83
commit 31e3da5e53
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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> #}