We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a48df commit 29cd385Copy full SHA for 29cd385
src/Report/Html/Renderer/Template/css/style.css
@@ -147,6 +147,16 @@ table + .structure-heading {
147
padding-top: 0.5em;
148
}
149
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
+
160
.legend {
161
font-weight: bold;
162
margin-right: 2px;
0 commit comments