We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214fcbf commit 24ffdbaCopy full SHA for 24ffdba
data/templates/default/sections_index.html
@@ -38,7 +38,7 @@ <h2>Health of suite "{{suite}}"</h2>
38
<div class="wrapper">
39
<div class="graph-container">
40
{{#sections}}
41
- <div align="center" class="float-left" style="height: 100%; float: left; width: 33.333%;">
+ <div align="center" class="float-left" style="height: 100%; float: left; width: 25%;">
42
<center><strong>{{section}}</strong></center>
43
<div id="placeholder_{{section}}" class="graph-placeholder" style="float:left; width:100%;"></div>
44
</div>
0 commit comments