فهرست منبع

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
     border-bottom: 1px solid #CCC
 
 
     .swimlane-header
     .swimlane-header
-      writing-mode: sideways-lr;
+      writing-mode: vertical-rl;
+      transform: rotate(180deg);
       font-size: 14px;
       font-size: 14px;
       line-height: 50px;
       line-height: 50px;
       margin-top: 50px;
       margin-top: 50px;