瀏覽代碼

Fix vertical text for swimlanes in IE11

https://github.com/wekan/wekan/issues/1798
Tom O'Dwyer 6 年之前
父節點
當前提交
9e5d016017
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/swimlanes/swimlanes.styl

+ 1 - 0
client/components/swimlanes/swimlanes.styl

@@ -32,6 +32,7 @@
     border-bottom: 1px solid #CCC
     border-bottom: 1px solid #CCC
 
 
     .swimlane-header
     .swimlane-header
+      -ms-writing-mode: tb-rl;
       writing-mode: vertical-rl;
       writing-mode: vertical-rl;
       transform: rotate(180deg);
       transform: rotate(180deg);
       font-size: 14px;
       font-size: 14px;