Skip to content

Commit 224c349

Browse files
committed
Fix dashboard tasks actions order on XS
1 parent afd8421 commit 224c349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/dashboard/tasks/tasks.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{#each tasks}}
1818
<li class="item">
1919
<div class="item-row">
20-
<div class="item-col">
20+
<div class="item-col item-col-title">
2121
<label>
2222
<input class="checkbox" type="checkbox"
2323
{{#if done}}checked="checked"{{/if}}>

0 commit comments

Comments
 (0)