Skip to content

Commit ad3785d

Browse files
Merge branch '9.2'
2 parents 3d28494 + fce45ec commit ad3785d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
1414
* This component is no longer supported on PHP 7.3 and PHP 7.4
1515
* This component no longer supports Xdebug 2
1616

17+
## [9.2.12] - 2022-MM-DD
18+
19+
### Fixed
20+
21+
* [#854](https://github.com/sebastianbergmann/php-code-coverage/issues/854): "Class Coverage Distribution" and "Class Complexity" graphs are not displayed at full width
22+
1723
## [9.2.11] - 2022-02-18
1824

1925
### Changed
@@ -373,6 +379,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
373379
* This component is no longer supported on PHP 7.1
374380

375381
[10.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2...master
382+
[9.2.12]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.11...9.2
376383
[9.2.11]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.10...9.2.11
377384
[9.2.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.9...9.2.10
378385
[9.2.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.8...9.2.9

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ span.success, span.warning, span.danger {
9696
text-align: center;
9797
}
9898

99-
#classCoverageDistribution, #classComplexity {
100-
height: 200px;
101-
width: 475px;
102-
}
103-
10499
#toplink {
105100
position: fixed;
106101
left: 5px;

0 commit comments

Comments
 (0)