Fixes #7167: Ensure consistent font size when using monospace formatting

This commit is contained in:
jeremystretch
2021-09-09 16:05:46 -04:00
parent 908e6a7a38
commit bd957612c6
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<table class="table table-hover">
{% for method, data in result.data.items %}
<tr>
<td><code><a href="#{{ method }}">{{ method }}</a></code></td>
<td class="font-monospace"><a href="#{{ method }}">{{ method }}</a></td>
<td class="text-end report-stats">
<span class="badge bg-success">{{ data.success }}</span>
<span class="badge bg-info">{{ data.info }}</span>