From 9a1b1a5bedbe44827de109731a3c3b1a07790d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Matijevi=C4=87?= Date: Wed, 7 Mar 2018 09:42:35 +0100 Subject: Fix swimlane header rotation on Google Chrome After this change both Firefox 58 and Google Chrome 64 have properly rotated swimlane header. --- client/components/swimlanes/swimlanes.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/components/swimlanes') 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; -- cgit v1.2.3-1-g7c22