Skip to content

Commit

Permalink
Closes #854
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 21, 2022
1 parent 665a1ac commit fce45ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [9.2.12] - 2022-MM-DD

### Fixed

* [#854](https://github.com/sebastianbergmann/php-code-coverage/issues/854): "Class Coverage Distribution" and "Class Complexity" graphs are not displayed at full width

## [9.2.11] - 2022-02-18

### Changed
Expand Down Expand Up @@ -360,6 +366,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt

* This component is no longer supported on PHP 7.1

[9.2.12]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.11...9.2
[9.2.11]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.10...9.2.11
[9.2.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.9...9.2.10
[9.2.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.8...9.2.9
Expand Down
5 changes: 0 additions & 5 deletions src/Report/Html/Renderer/Template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ span.success, span.warning, span.danger {
text-align: center;
}

#classCoverageDistribution, #classComplexity {
height: 200px;
width: 475px;
}

#toplink {
position: fixed;
left: 5px;
Expand Down

0 comments on commit fce45ec

Please sign in to comment.