Merge #15637 - Prevent line wrap in DB structure size column
Pull-request: #15637 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
6f16c2d76a
@ -129,8 +129,7 @@
|
||||
{% if is_show_stats %}
|
||||
<td class="value tbl_size">
|
||||
<a href="tbl_structure.php{{ tbl_url_query|raw }}#showusage">
|
||||
<span>{{ formatted_size }}</span>
|
||||
<span class="unit">{{ unit }}</span>
|
||||
<span>{{ formatted_size }}</span> <span class="unit">{{ unit }}</span>
|
||||
</a>
|
||||
</td>
|
||||
<td class="value tbl_overhead">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user