Fix swimlane header rotation on Google Chrome

After this change both Firefox 58 and Google Chrome 64 have properly rotated swimlane header.
This commit is contained in:
Luka Matijević 2018-03-07 09:42:35 +01:00 committed by GitHub
parent 990af4e5c2
commit 9a1b1a5bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;