Closed
Description
Hi,
I've found an issue in the profiler template:
{% if withCheckbox %}
<th>
<input type="checkbox" id="check-all-control" onchange="toggleCheckAll(this)" checked="checked">
</th>
{% endif %}
vs
<td>
{% if withCheckbox %}
<input type="checkbox" name="translationKey" value="{{ key }}" checked="checked" class="translation-key-checkbox">
{% endif %}
</td>
So without checkbox activated, it renders no header but an empty cell. This leads to a misaligned table:
Kind regards
Matthias
Metadata
Metadata
Assignees
Labels
No labels