13809 changed to use mx-1 on code block

This commit is contained in:
Arthur 2023-09-20 08:44:28 -07:00
parent 174c6f56f7
commit 5a09e1e36a

View File

@ -42,7 +42,7 @@
<div class="alert alert-warning d-flex align-items-center" role="alert">
<i class="mdi mdi-alert"></i>
{% blocktrans trimmed with file_path=module.full_path %}
Script file at &nbsp;<code>{{ file_path }}</code>&nbsp; could not be loaded.
Script file at <code class="mx-1">{{ file_path }}</code> could not be loaded.
{% endblocktrans %}
</div>
{% else %}