fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent 9408084842
commit 0c66d11cae

View File

@ -30,6 +30,7 @@ $next = empty($modules) ? '{/prefix}help/module/list' : '{/prefix}help/modul
<div class="col-xs-12"> <div class="col-xs-12">
<div class="portlet"> <div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Modules'); ?><i class="fa fa-download floatRight download btn"></i></div> <div class="portlet-head"><?= $this->getHtml('Modules'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="moduleList" class="default sticky"> <table id="moduleList" class="default sticky">
<thead> <thead>
<tr> <tr>
@ -68,6 +69,7 @@ $next = empty($modules) ? '{/prefix}help/module/list' : '{/prefix}help/modul
<tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?> <tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div>
</div> </div>
</div> </div>
</div> </div>