mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
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:
parent
439828d2b1
commit
fe04f37118
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue