Skip to content

Commit 2c7495b

Browse files
committed
fix issue with BDD view: charts in 2 rows
1 parent 3bba58d commit 2c7495b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/com/aventstack/extentreports/view/v3html/test-view/v3-html-test-view-charts.ftl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<#assign sizeLarge='s12 m12 l12'>
2-
<#if bddReport || (report.reportStatusStats.childCount != 0 && report.reportStatusStats.grandChildCount != 0)>
3-
<#assign sizeLarge='s12 m4 l4'>
4-
</#if>
52
<#if report.reportStatusStats.childCount!=0>
63
<#assign sizeLarge='s12 m6 l6'>
74
</#if>
5+
<#if bddReport || (report.reportStatusStats.childCount != 0 && report.reportStatusStats.grandChildCount != 0)>
6+
<#assign sizeLarge='s12 m4 l4'>
7+
</#if>
88
<div id='test-view-charts' class='subview-full'>
99
<div id='charts-row' class='row nm-v nm-h'>
1010
<div class='col ${ sizeLarge } np-h'>

0 commit comments

Comments
 (0)