File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/Report/Html/Renderer/Template/css Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
2020* This component no longer supports PHPDBG
2121* This component no longer supports Xdebug 2
2222
23+ ## [ 9.2.20] - 2022-MM-DD
24+
25+ ### Fixed
26+
27+ * [ #960 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/960 ) : New body font-size is way too big
28+
2329## [ 9.2.19] - 2022-11-18
2430
2531### Fixed
@@ -452,6 +458,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
452458* This component is no longer supported on PHP 7.1
453459
454460[ 10.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2...main
461+ [ 9.2.20 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2
455462[ 9.2.19 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19
456463[ 9.2.18 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18
457464[ 9.2.17 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
Original file line number Diff line number Diff line change 11body {
22 font-family : sans-serif;
3- font-size : 2 em ;
3+ font-size : 1 em ;
44 font-kerning : normal;
55 font-variant-ligatures : common-ligatures;
66 text-rendering : optimizeLegibility;
You can’t perform that action at this time.
0 commit comments