Skip to content

Commit

Permalink
GH-1037 - CSS fixes for first column of code review table.
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix authored and sebastianbergmann committed Sep 7, 2024
1 parent 29cd385 commit 9ea1557
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/Report/Html/Renderer/Template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,13 @@ table + .structure-heading {
padding-top: 0.5em;
}

table#code {
td:nth-child(1) {
padding-left: .75em;
padding-right: .75em;
a {
text-decoration: none;
}
}
table#code td:first-of-type {
padding-left: .75em;
padding-right: .75em;
}

table#code td:first-of-type a {
text-decoration: none;
}

.legend {
Expand Down

0 comments on commit 9ea1557

Please sign in to comment.