2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Fix CSS for user badges

This commit is contained in:
Oliver
2021-11-03 11:59:20 +11:00
parent 96a89558b4
commit b1c23e30f5
6 changed files with 9 additions and 9 deletions

View File

@ -64,7 +64,7 @@
<td>
{{ part.creation_date }}
{% if part.creation_user %}
<span class='badge'>{{ part.creation_user }}</span>
<span class='badge badge-right rounded-pill bg-dark'>{{ part.creation_user }}</span>
{% endif %}
</td>
</tr>