mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 07:47:17 +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>
|
</div>
|
||||||
|
|
||||||
{% if dict_domain["crawler_history_items"] %}
|
{% 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">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Urls</th>
|
<th>Urls</th>
|
||||||
|
|
Loading…
Reference in a new issue