Skip to content

Commit 29cd385

Browse files
gammamatrixsebastianbergmann
authored andcommitted
GH-1037 - CSS fixes for first column of code review table.
1 parent f0a48df commit 29cd385

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • src/Report/Html/Renderer/Template/css

src/Report/Html/Renderer/Template/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ table + .structure-heading {
147147
padding-top: 0.5em;
148148
}
149149

150+
table#code {
151+
td:nth-child(1) {
152+
padding-left: .75em;
153+
padding-right: .75em;
154+
a {
155+
text-decoration: none;
156+
}
157+
}
158+
}
159+
150160
.legend {
151161
font-weight: bold;
152162
margin-right: 2px;

0 commit comments

Comments
 (0)