Fix #16604 - set back table width to auto on zoom search page
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
0f1a63853e
commit
3fc01f6ded
@ -29,7 +29,7 @@
|
||||
{% trans 'Do a "query by example" (wildcard: "%") for two different columns' %}
|
||||
</legend>
|
||||
|
||||
<table class="table table-light table-striped table-hover table-sm" id="tableFieldsId">
|
||||
<table class="table table-light table-striped table-hover table-sm w-auto" id="tableFieldsId">
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
{% if geom_column_flag %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user