summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-07 15:33:09 +0200
committerLauri Ojansivu <x@xet7.org>2018-03-07 15:33:09 +0200
commit98103bb2f721a3bfddd2f86e97e0e855dd6ac64e (patch)
tree5f7f7241bfd2179123accf9ca6df2595116be190 /client/components
parent990af4e5c23fe1d7f9596ed14ea731133730a7fa (diff)
parente5b003f5ab8da21b4d7022677e7f0cf6413fcbbf (diff)
downloadwekan-98103bb2f721a3bfddd2f86e97e0e855dd6ac64e.tar.gz
wekan-98103bb2f721a3bfddd2f86e97e0e855dd6ac64e.tar.bz2
wekan-98103bb2f721a3bfddd2f86e97e0e855dd6ac64e.zip
Merge branch 'lumatijev-patch-1' into devel
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 99edd414..29054d32 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/client/components/swimlanes/swimlanes.styl
@@ -32,7 +32,8 @@
border-bottom: 1px solid #CCC
.swimlane-header
- writing-mode: sideways-lr;
+ writing-mode: vertical-rl;
+ transform: rotate(180deg);
font-size: 14px;
line-height: 50px;
margin-top: 50px;