mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
fix table overflow
This commit is contained in:
parent
9408084842
commit
0c66d11cae
|
|
@ -30,6 +30,7 @@ $next = empty($modules) ? '{/prefix}help/module/list' : '{/prefix}help/modul
|
|||
<div class="col-xs-12">
|
||||
<div class="portlet">
|
||||
<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">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -68,6 +69,7 @@ $next = empty($modules) ? '{/prefix}help/module/list' : '{/prefix}help/modul
|
|||
<tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user