Skip to content

Commit bc7b5db

Browse files
authored
Merge pull request #438 from tonyhallett/fix-report-percentage-bars
fix issue 437
2 parents d19b466 + 3ac5e0d commit bc7b5db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SharedProject/Core/ReportGenerator/ReportGeneratorUtil.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,11 +1184,12 @@ public string ProcessUnifiedHtml(string htmlForProcessing, string reportOutputFo
11841184
button:hover {{ color : {jsReportColours.ButtonHoverTextColour}; background:{jsReportColours.ButtonHoverColour}; border-color:{jsReportColours.ButtonBorderHoverColour}}}
11851185
button:active {{ color : {jsReportColours.ButtonPressedTextColour}; background:{jsReportColours.ButtonPressedColour}; border-color:{jsReportColours.ButtonBorderPressedColour}}}
11861186
table td {{ white-space: nowrap; }}
1187-
table.coverage {{ width:150px;height:13px }}
11881187
body {{ padding-left:3px;padding-right:3px;padding-bottom:3px }}
11891188
{HideCyclomaticComplexityLink()}
11901189
body {{ -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none }}
11911190
table.overview th, table.overview td {{ white-space: nowrap; word-break: normal; padding-left:10px;padding-right:10px; }}
1191+
table.coverage {{ width:150px;height:13px;margin-left:10px;margin-right:10px }}
1192+
table.coverage th, table.coverage td {{ padding-left:0px;padding-right:0px}}
11921193
{GetGroupingCss(namespacedClasses)}
11931194
table,tr,th,td {{ border: 1px solid;}}
11941195
input[type=text] {{ color:{jsReportColours.TextBoxTextColour}; background-color:{jsReportColours.TextBoxColour};border-color:{jsReportColours.TextBoxBorderColour} }}

0 commit comments

Comments
 (0)