Skip to content

Commit

Permalink
- Fix vertical text for swimlanes in IE11
Browse files Browse the repository at this point in the history
Thanks to tomodwyer !

Closes #1798
  • Loading branch information
xet7 committed Oct 13, 2018
1 parent 8c8f51a commit 2326859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/swimlanes/swimlanes.styl
Expand Up @@ -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;
Expand Down

0 comments on commit 2326859

Please sign in to comment.