Give recent changes table more space
continuous-integration/drone/push Build is passing Details

single-block-api
Peter Stuifzand 4 years ago
parent fc5bf06425
commit 607ab7ce15

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

Loading…
Cancel
Save