mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-04 14:28:42 +00:00
fix table width
This commit is contained in:
parent
fdc33290b2
commit
c678eebefc
|
|
@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<table id="kanbanArchiveList" class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
<td class="wf-100"><?= $this->getHtml('Status'); ?>
|
||||
<td><?= $this->getHtml('Status'); ?>
|
||||
<label for="kanbanArchiveList-sort-1">
|
||||
<input type="radio" name="kanbanArchiveList-sort" id="kanbanArchiveList-sort-1">
|
||||
<i class="sort-asc fa fa-chevron-up"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user