Skip to content

Commit 9ea1557

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

File tree

1 file changed

+7
-8
lines changed
  • src/Report/Html/Renderer/Template/css

1 file changed

+7
-8
lines changed

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

+7-8
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,13 @@ 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-
}
150+
table#code td:first-of-type {
151+
padding-left: .75em;
152+
padding-right: .75em;
153+
}
154+
155+
table#code td:first-of-type a {
156+
text-decoration: none;
158157
}
159158

160159
.legend {

0 commit comments

Comments
 (0)