From fe04f371189776b0d28a3ecc7ef06594a3295aef Mon Sep 17 00:00:00 2001 From: Ben Lind Date: Tue, 22 Jul 2014 16:55:50 -0400 Subject: [PATCH] Fixes #3260: Buttonless habits full width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- public/css/tasks.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/tasks.styl b/public/css/tasks.styl index 5da7b0443a..d201c3deb6 100644 --- a/public/css/tasks.styl +++ b/public/css/tasks.styl @@ -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