diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-07 15:33:09 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-07 15:33:09 +0200 |
commit | 98103bb2f721a3bfddd2f86e97e0e855dd6ac64e (patch) | |
tree | 5f7f7241bfd2179123accf9ca6df2595116be190 /client/components | |
parent | 990af4e5c23fe1d7f9596ed14ea731133730a7fa (diff) | |
parent | e5b003f5ab8da21b4d7022677e7f0cf6413fcbbf (diff) | |
download | wekan-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.styl | 3 |
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; |