diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-11-23 16:30:18 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-11-23 16:30:18 +0200 |
commit | 064a2deaaf4896ddb30c84505c6cbfb6cc18ff9c (patch) | |
tree | eb805d3e65a4f2bc2e830b7fbf74abd980f9848f | |
parent | a085ed1e1b794d81d7b2d7dae7ca6a884d46147c (diff) | |
download | wekan-064a2deaaf4896ddb30c84505c6cbfb6cc18ff9c.tar.gz wekan-064a2deaaf4896ddb30c84505c6cbfb6cc18ff9c.tar.bz2 wekan-064a2deaaf4896ddb30c84505c6cbfb6cc18ff9c.zip |
- Fix: Message box for deleting subtask unreachable.
Thanks to hupptechnologies !
Closes #1800
-rw-r--r-- | client/components/cards/checklists.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index d48c1851..70fb5007 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -51,6 +51,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item padding-right: 3% z-index: 17 border-radius: 3px + top: 50% p position: relative |