FIX: Restrict clickable area to the size of heading-toggle

This commit is contained in:
Rishabh Nambiar 2018-09-04 21:52:44 +05:30
parent 9e27d0b8d3
commit a518ac58fc
2 changed files with 6 additions and 6 deletions

View File

@ -153,14 +153,14 @@
{{directory-toggle field="name" labelKey="explorer.query_name" order=order asc=asc}} {{directory-toggle field="name" labelKey="explorer.query_name" order=order asc=asc}}
</div> </div>
</th> </th>
<th class="col heading created-by" {{action "sortByProperty" "username"}}> <th class="col heading created-by">
<div class="heading-toggle"> <div class="heading-toggle" {{action "sortByProperty" "username"}}>
{{directory-toggle field="username" labelKey="explorer.query_user" order=order asc=asc}} {{directory-toggle field="username" labelKey="explorer.query_user" order=order asc=asc}}
</div> </div>
</th> </th>
<th class="col heading created-at" {{action "sortByProperty" "last_run_at"}}> <th class="col heading created-at">
<div class="heading-toggle"> <div class="heading-toggle" {{action "sortByProperty" "last_run_at"}}>
{{directory-toggle field="last_run_at" labelKey="explorer.query_time" order=order asc=desc}} {{directory-toggle field="last_run_at" labelKey="explorer.query_time" order=order asc=asc}}
</div> </div>
</th> </th>
</thead> </thead>