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 committed Sep 5, 2024
1 parent f0a48df commit 0f8a3a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Report/Html/Renderer/Template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ table + .structure-heading {
padding-top: 0.5em;
}

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

.legend {
font-weight: bold;
margin-right: 2px;
Expand Down

0 comments on commit 0f8a3a9

Please sign in to comment.