Skip to content

Commit 29aea22

Browse files
Merge pull request #205 from prashanth-sams/204
#204
2 parents 4ccf77e + c729a0e commit 29aea22

File tree

6 files changed

+938
-17
lines changed

6 files changed

+938
-17
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
0.2.9 (13/02/2022)
5+
-------------------
6+
- Fixed desktop css inconsistencies
7+
48
0.2.8 (11/02/2022)
59
-------------------
610
- Fixed all the code related inconsistencies

pytest_html_reporter/plugin.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -858,17 +858,17 @@ def state(data):
858858
<div style="margin-top: -5%;">
859859
<div id="archive-container-__iloop__" style="padding-top: 5%; position: absolute;">
860860
<div style="">
861-
<span style="font-size: 10.3rem; font-family: sans-serif; color: black; padding-top: 8%;">__total_tests__</span>
861+
<span class="total__tests">__total_tests__</span>
862862
</div>
863863
<div id="archive-label-__iloop__">
864-
<span style="font-size: 1.8rem; font-family: sans-serif; color: darkgray;">TEST CASES</span>
864+
<span class="archive__label">TEST CASES</span>
865865
</div>
866866
</div>
867867
<div class="archive-chart-container">
868-
<canvas id="archive-chart-__iloop__" width="240px" height="240px" style="width: 60%; height: 80%; float: right;"></canvas>
868+
<canvas id="archive-chart-__iloop__" style="margin-top: 10%; padding-left: 25%; margin-right: -16%; float: right;"></canvas>
869869
</div>
870870
</div>
871-
<div style="padding-top: 8.5%;">
871+
<div class="archive__bar">
872872
<section id="statistic" class="statistic-section-__status__ one-page-section">
873873
<div class="container" style="margin-top: -2%;">
874874
<div class="row text-center">

0 commit comments

Comments
 (0)