Give recent changes table more space
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-08-31 11:50:47 +02:00
parent fc5bf06425
commit 607ab7ce15

View File

@ -5,6 +5,10 @@
<h1 class="title">{{ .Title }}</h1> <h1 class="title">{{ .Title }}</h1>
<table class="table"> <table class="table">
<col width="10%">
<col width="150px">
<col width="100px">
<col width="auto">
{{ range $index, $change := .Recent }} {{ range $index, $change := .Recent }}
<tr> <tr>
<td>{{ $change.DateSummary }}</td> <td>{{ $change.DateSummary }}</td>