Skip to content

Commit

Permalink
Meta: improve "distinguishable" table column header rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Dec 20, 2023
1 parent 10e559d commit 8e9affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ urlPrefix: https://tc39.es/proposal-resizablearraybuffer/; spec: RESIZABLE-BUFFE

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

Expand Down

0 comments on commit 8e9affa

Please sign in to comment.