Skip to content

Commit

Permalink
[CHG] Adjusts vertical alignment of table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Feb 19, 2024
1 parent 328a41c commit ce03cf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
margin-right: 1em;
}

tr {
vertical-align: top;
}

td:first-child {
white-space: nowrap;
}
Expand Down

0 comments on commit ce03cf3

Please sign in to comment.