Give recent changes table more space
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fc5bf06425
commit
607ab7ce15
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user