summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-10 19:37:25 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-10 19:37:25 +0200
commit4467a68b97a3fbf0fbae7f05177d978f2aa80287 (patch)
tree6558789aa6a375fc981f25576c18e8eccccb98ba /client/components/cards/cardDetails.styl
parent799bf5735b3bdaba8e1c95621795ce2972244fcb (diff)
downloadwekan-4467a68b97a3fbf0fbae7f05177d978f2aa80287.tar.gz
wekan-4467a68b97a3fbf0fbae7f05177d978f2aa80287.tar.bz2
wekan-4467a68b97a3fbf0fbae7f05177d978f2aa80287.zip
Part 2: Fix Copy Card Link to Clipboard button at card title did not work.
Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r--client/components/cards/cardDetails.styl6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index fd6122eb..80fa87c0 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -4,6 +4,12 @@
avatar-radius = 50%
+#cardURL_copy
+ // Have clipboard text not visible by moving it to far left
+ position: absolute
+ left: -2000px
+ top: 0px
+
.assignee
border-radius: 3px
display: block