浏览代码

Fix swimlane header rotation on Google Chrome

After this change both Firefox 58 and Google Chrome 64 have properly rotated swimlane header.
Luka Matijević 7 年之前
父节点
当前提交
9a1b1a5bed
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      client/components/swimlanes/swimlanes.styl

+ 2 - 1
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;