summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-28 19:35:04 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-28 19:35:04 +0200
commitcc5e9002d92b5024cedd731d5598c3f5b5127620 (patch)
tree645a66b29fd9498a25c21331e765f81142757de5 /client/components/boards
parent53018baeb2dd04d053dbb2c4fd872a9f28505f95 (diff)
downloadwekan-cc5e9002d92b5024cedd731d5598c3f5b5127620.tar.gz
wekan-cc5e9002d92b5024cedd731d5598c3f5b5127620.tar.bz2
wekan-cc5e9002d92b5024cedd731d5598c3f5b5127620.zip
Fix the cursor used while dragging a list
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardBody.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl
index dd961bae..868a4456 100644
--- a/client/components/boards/boardBody.styl
+++ b/client/components/boards/boardBody.styl
@@ -38,8 +38,8 @@ position()
align-items: flex-start
display: flex
flex-direction: row
- margin: 0 10px 10px
- padding: 0 25px 5px 0
+ margin: 0 0 10px
+ padding: 0 40px 5px 0
overflow-x: auto
overflow-y: hidden
position: cover