Skip to content

Commit

Permalink
MDL-58044 report/progress: Fix table headers labels display in RTL mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadav Kavalerchik authored and Chocolate-lightning committed Apr 7, 2022
1 parent 62dec78 commit 36c1a65
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions report/progress/styles.css
Expand Up @@ -40,12 +40,14 @@
width: 16px;
}

/*rtl:begin:ignore*/
#page-report-progress-index .rotated-text {
display: inline-block;
white-space: nowrap;

/*rtl:remove*/
transform: translate(0, 100%) rotate(-90deg);
/*rtl:raw:
transform: translate(0, 100%) rotate(90deg);
*/
transform-origin: 0 0;
vertical-align: middle;
}
Expand All @@ -59,4 +61,6 @@
#page-report-progress-index .modicon {
padding-top: 5px;
}
/*rtl:end:ignore*/
#completion-progress .icon {
margin-left: 0.5rem;
}

0 comments on commit 36c1a65

Please sign in to comment.