Commit 9595916a by bergquist

feat: right align value metrics

parent f2682404
......@@ -38,8 +38,8 @@
<td class="six">
<h5 style="font-weight: bold;">Metric name</h5>
</td>
<td class="six last">
<h5 style="font-weight: bold;">Value</h5>
<td class="six last" style="text-align: right; width:100px;">
<h5 style="font-weight: bold;text-align: right;">Value</h5>
</td>
</tr>
[[range .EvalMatches]]
......@@ -47,8 +47,8 @@
<td class="six">
<h5 class="data">[[.Metric]]</h5>
</td>
<td class="six last">
<h5 class="data">[[.Value]]</h5>
<td class="six last" style="text-align: right; width:100px;">
<h5 class="data" style="text-align: right;">[[.Value]]</h5>
</td>
</tr>
[[end]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment