summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom O'Dwyer <24863179+tomodwyer@users.noreply.github.com>2018-10-13 18:08:53 +0100
committerTom O'Dwyer <24863179+tomodwyer@users.noreply.github.com>2018-10-13 18:08:53 +0100
commit9e5d01601732b7339222a950d40ef329cb118296 (patch)
tree0bc16bf9fe8b233ef9e02d4d093bb07bd8fa47da
parenta2866ce6f3c3bfc0be91eade626faa27c111ff83 (diff)
downloadwekan-9e5d01601732b7339222a950d40ef329cb118296.tar.gz
wekan-9e5d01601732b7339222a950d40ef329cb118296.tar.bz2
wekan-9e5d01601732b7339222a950d40ef329cb118296.zip
Fix vertical text for swimlanes in IE11
https://github.com/wekan/wekan/issues/1798
-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;