Fixes #3260: Buttonless habits full width

When the user has neither a plus nor a minus button on
one of their habits, the habit’s title will now span the entire
width of the task div instead of having a gap to the left.
This commit is contained in:
Ben Lind 2014-07-22 16:55:50 -04:00
parent 439828d2b1
commit fe04f37118

View file

@ -147,6 +147,8 @@ for $stage in $stages
.habit-wide .task-text
padding-left: 7em
.habit-narrow .task-text
padding-left: 0.75em
// when a task is being dragged
.task.ui-sortable-helper