diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-19 17:19:46 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-19 17:19:46 -0300 |
commit | 06e64d24a80be9df55bf1b0c91f674b6f947882d (patch) | |
tree | 0c80f1fe2bcdb561ae7b1d957a5b1e8975dec7cb /client/components/cards/cardDetails.js | |
parent | 243af32fc798f161e72eddf9e43053b1ba89d98a (diff) | |
download | wekan-06e64d24a80be9df55bf1b0c91f674b6f947882d.tar.gz wekan-06e64d24a80be9df55bf1b0c91f674b6f947882d.tar.bz2 wekan-06e64d24a80be9df55bf1b0c91f674b6f947882d.zip |
Add styling
Diffstat (limited to 'client/components/cards/cardDetails.js')
-rw-r--r-- | client/components/cards/cardDetails.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index 066e52ec..77593a74 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -74,7 +74,7 @@ BlazeComponent.extendComponent({ helper: 'clone', handle: '.checklist-title', items: '.js-checklist', - placeholder: 'js-checklist placeholder', + placeholder: 'checklist placeholder', distance: 7, start(evt, ui) { ui.placeholder.height(ui.helper.height()); |