mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Fix vertical text for swimlanes in IE11
Thanks to tomodwyer ! Closes #1798
This commit is contained in:
parent
8c8f51a84b
commit
232685919f
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
border-bottom: 1px solid #CCC
|
||||
|
||||
.swimlane-header
|
||||
-ms-writing-mode: tb-rl;
|
||||
writing-mode: vertical-rl;
|
||||
transform: rotate(180deg);
|
||||
font-size: 14px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue