summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;