Skip to content

Commit 8e9affa

Browse files
authored
Meta: improve "distinguishable" table column header rotation
1 parent 10e559d commit 8e9affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ urlPrefix: https://tc39.es/proposal-resizablearraybuffer/; spec: RESIZABLE-BUFFE
180180

181181
/* Firefox needs the extra DIV for some reason, otherwise the text disappears if you rotate */
182182
#distinguishable-table tr:first-child th div {
183-
transform: translate(26px, 31px) rotate(315deg);
183+
transform: translate(27px, 64px) rotate(315deg);
184184
width: 30px;
185185
}
186186

0 commit comments

Comments
 (0)