Skip to content

Commit 24ffdba

Browse files
committed
web: Better split archive sections
1 parent 214fcbf commit 24ffdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/templates/default/sections_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>Health of suite "{{suite}}"</h2>
3838
<div class="wrapper">
3939
<div class="graph-container">
4040
{{#sections}}
41-
<div align="center" class="float-left" style="height: 100%; float: left; width: 33.333%;">
41+
<div align="center" class="float-left" style="height: 100%; float: left; width: 25%;">
4242
<center><strong>{{section}}</strong></center>
4343
<div id="placeholder_{{section}}" class="graph-placeholder" style="float:left; width:100%;"></div>
4444
</div>

0 commit comments

Comments
 (0)