From 838e81fd583909e3c2f019116eda4a3cc7532163 Mon Sep 17 00:00:00 2001 From: zeroos <232002+github@gmail.com> Date: Wed, 29 May 2013 19:34:01 +0200 Subject: [PATCH 1/2] Fixed bug related to padding of addtask-field The field was too wide and because of that the text from the end of the input was below "+" button. --- styles/app/tasks.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/app/tasks.styl b/styles/app/tasks.styl index 08db9535e9..43ba1821a0 100644 --- a/styles/app/tasks.styl +++ b/styles/app/tasks.styl @@ -71,7 +71,7 @@ for $stage in $stages box-shadow: none background-color: white height: 3em - padding: 0 0 0 0.5em + padding: 0 3.3em 0 0.5em width: 100% &:focus box-shadow: inset 0 0 3px darken($best, 20%),inset -1px 0 1px darken($best, 30%) From dbdb4911af6c6b4362556f7a8c4205d7ba90d48b Mon Sep 17 00:00:00 2001 From: zeroos <232002+git@gmail.com> Date: Wed, 29 May 2013 20:00:17 +0200 Subject: [PATCH 2/2] Breaking long words in task-text Previously, if you inputted a long word in your task it overflew the box. --- styles/app/tasks.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/app/tasks.styl b/styles/app/tasks.styl index 43ba1821a0..7a9be98804 100644 --- a/styles/app/tasks.styl +++ b/styles/app/tasks.styl @@ -117,6 +117,7 @@ for $stage in $stages display: block padding: 0.75em 0 0.75em 3.5em line-height: 1.4 + word-wrap: break-word .habit-wide .task-text padding-left: 7em