mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix dashboard edit-list sorting on firefox
This commit is contained in:
parent
b55e0096c8
commit
3cec5bc814
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@
|
|||
<div class="row">
|
||||
<div class="title-column">
|
||||
@if($sortcol != false)
|
||||
<i class="fa fa-bars sort-icon" title="Click and drag to reorder"></i>
|
||||
<div class="sort-icon">
|
||||
<i class="fa fa-bars" title="Click and drag to reorder"></i>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if(is_array($column))
|
||||
|
|
Loading…
Reference in a new issue