Order list: Use constant width for sales channel icon

This commit is contained in:
Raphael Michel
2022-06-03 14:04:02 +02:00
parent 825673b0c5
commit 772a4ce494

View File

@@ -153,7 +153,7 @@
{% endif %}
</td>
<td>
<span class="fa fa-{{ o.sales_channel_obj.icon }} text-muted"
<span class="fa fa-fw fa-{{ o.sales_channel_obj.icon }} text-muted"
data-toggle="tooltip" title="{% trans o.sales_channel_obj.verbose_name %}"></span>
{{ o.datetime|date:"SHORT_DATETIME_FORMAT" }}
</td>