summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-13 23:23:40 +0300
committerGitHub <noreply@github.com>2018-10-13 23:23:40 +0300
commitb7f59db03c934d8923f8359f6bc9af178d9a5566 (patch)
tree0bc16bf9fe8b233ef9e02d4d093bb07bd8fa47da
parenta2866ce6f3c3bfc0be91eade626faa27c111ff83 (diff)
parent9e5d01601732b7339222a950d40ef329cb118296 (diff)
downloadwekan-b7f59db03c934d8923f8359f6bc9af178d9a5566.tar.gz
wekan-b7f59db03c934d8923f8359f6bc9af178d9a5566.tar.bz2
wekan-b7f59db03c934d8923f8359f6bc9af178d9a5566.zip
Merge pull request #1951 from tomodwyer/ie11-fix-swimlanes
Fix vertical text for swimlanes in IE11
-rw-r--r--client/components/swimlanes/swimlanes.styl1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
index dce298b0..abcc90d4 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/client/components/swimlanes/swimlanes.styl
@@ -32,6 +32,7 @@
border-bottom: 1px solid #CCC
.swimlane-header
+ -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 14px;