Add rounded styling to alert messages in inventory, user, and worklog templates for improved UI consistency
This commit is contained in:
parent
f17051224d
commit
d12023ecd1
3 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue