From 9e5d01601732b7339222a950d40ef329cb118296 Mon Sep 17 00:00:00 2001 From: Tom O'Dwyer <24863179+tomodwyer@users.noreply.github.com> Date: Sat, 13 Oct 2018 18:08:53 +0100 Subject: Fix vertical text for swimlanes in IE11 https://github.com/wekan/wekan/issues/1798 --- client/components/swimlanes/swimlanes.styl | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-1-g7c22