mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 04:05:36 +00:00
bug5883: fix for rotation problem under iOS.
This commit is contained in:
+8
-4
@@ -329,14 +329,18 @@
|
||||
margin: 0 0 0 8px;
|
||||
}
|
||||
.featureHeader {
|
||||
-ms-writing-mode: tb-rl;
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
transform: rotate(180deg);
|
||||
white-space: nowrap;
|
||||
width: auto;
|
||||
text-align: left;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.featureHeader div {
|
||||
-ms-writing-mode: tb-rl;
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.featureHeader
|
||||
.featureCheck img {
|
||||
width: 19px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user