Fix misaligned checkboxes on workflow admin page (#8253)

Remove unnecessary html class to fix misaligned check boxes on workflow admin page
This commit is contained in:
cmsilv
2019-08-01 15:06:48 -04:00
committed by Sébastien Ros
parent 4d04dcc5bb
commit 2082f3691e

View File

@@ -43,7 +43,7 @@
<table class="items">
<thead>
<tr>
<th scope="col" class="checkbox"><input type="checkbox" class="check-all"/></th>
<th scope="col"><input type="checkbox" class="check-all"/></th>
<th scope="col">@T("Name")</th>
<th scope="col">&nbsp;</th>
<th scope="col" class="actions">&nbsp;</th>
@@ -75,4 +75,4 @@
</table>
@Display(Model.Pager)
</fieldset>
}
}