Преглед изворни кода

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;