Skip to content
Snippets Groups Projects

Issue #3377045: gin-table-scroll-wrapper adds unnecessary horizontal scroll on tables without header

Merged Issue #3377045: gin-table-scroll-wrapper adds unnecessary horizontal scroll on tables without header
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -40,7 +40,9 @@
*/
#}
<div class="layer-wrapper gin-layer-wrapper">
{% if header %}
<div class="gin-table-scroll-wrapper">
{% endif %}
<table{{ attributes }}>
{% if caption %}
<caption>{{ caption }}</caption>
@@ -123,5 +125,7 @@
</tfoot>
{% endif %}
</table>
{% if header %}
</div>
{% endif %}
</div>
Loading