Skip to content

Commit

Permalink
Increased the width of the inlinepiechart to fit the Dutch translated…
Browse files Browse the repository at this point in the history
… legend (#6539)
  • Loading branch information
yodax authored Nov 23, 2020
1 parent 3680975 commit 4c12fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/report_plugins/dailystats.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dailystats.css =
' text-align:center;' +
'}' +
'#dailystats-placeholder .inlinepiechart {' +
' width: 2.0in;' +
' width: 2.2in;' +
' height: 0.9in;' +
'}';

Expand Down

0 comments on commit 4c12fe6

Please sign in to comment.