mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
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:
@@ -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"> </th>
|
||||
<th scope="col" class="actions"> </th>
|
||||
@@ -75,4 +75,4 @@
|
||||
</table>
|
||||
@Display(Model.Pager)
|
||||
</fieldset>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user