Add rounded styling to alert messages in inventory, user, and worklog templates for improved UI consistency

This commit is contained in:
Yaro Kasear 2025-07-21 15:03:06 -05:00
parent f17051224d
commit d12023ecd1
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@
right = iconBar
) }}
{% if not user.active %}
<div class="alert alert-danger">This user is inactive. You will not be able to make any changes to this record.</div>
<div class="alert alert-danger rounded-0">This user is inactive. You will not be able to make any changes to this record.</div>
{% endif %}
{% endblock %}