Skip to content

Commit 3f76724

Browse files
committed
gap-analysis/language-matrix-data/local.css More fixes to vertical headings
1 parent 3cc0501 commit 3f76724

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎gap-analysis/language-matrix-data/local.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,15 @@ td {
5050
color: #ff0000;
5151
}
5252
thead td {
53-
text-align: start;
5453
font-weight: bold;
55-
-webkit-writing-mode: vertical-rl;
56-
writing-mode: vertical-rl;
5754
line-height: 1.5;
5855
width: 20px;
59-
text-align: end;
60-
text-align: right;
56+
height: 10rem;
6157
vertical-align: bottom;
6258
}
6359
thead td div {
6460
writing-mode: vertical-rl;
6561
writing-mode: sideways-lr;
66-
height: 15em;
6762
text-align: start;
6863
}
6964
.sum {

0 commit comments

Comments
 (0)