summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-02-27 13:51:47 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-02-27 13:51:47 -0300
commitc4fa9010f34966b633c7bf7e46ad49fc101127c9 (patch)
treed27e24c3b1202f842f2a8b74e8cb7026f66e7c30 /client/components
parent843381a36c75abaf46d87eec169863a9e80d968e (diff)
downloadwekan-c4fa9010f34966b633c7bf7e46ad49fc101127c9.tar.gz
wekan-c4fa9010f34966b633c7bf7e46ad49fc101127c9.tar.bz2
wekan-c4fa9010f34966b633c7bf7e46ad49fc101127c9.zip
Avoid swimlane title overlap
Diffstat (limited to 'client/components')
-rw-r--r--client/components/swimlanes/swimlanes.styl3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
index fcc5d962..8f43ef58 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/client/components/swimlanes/swimlanes.styl
@@ -4,12 +4,13 @@
display: flex;
flex-direction: row;
flex: 0 0 50px;
+ padding-bottom: 30px;
.swimlane-header
writing-mode: sideways-lr;
font-size: 14px;
line-height: 50px;
- margin: 0;
+ margin-top: 50px;
font-weight: bold;
min-height: 9px;
min-width: 30px;