13839 update review changes

This commit is contained in:
Arthur 2023-09-25 07:25:00 -07:00
parent 59710ed89d
commit 4f09543749
5 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -170,7 +170,6 @@ table td > .progress {
.alert {
code {
color: $gray-600;
margin: 0 1em 0 1em;
}
}

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 <code>{{ file_path }}</code> could not be loaded.
Script file at <code class="mx-1">{{ file_path }}</code> could not be loaded.
{% endblocktrans %}
</div>
{% else %}