Skip to content

Commit

Permalink
Fix navbar on smaller sceens (<992px)
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 24, 2024
1 parent 32ecd54 commit 98a0d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incidents/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse d-flex" id="navbar-collapse">
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav me-auto mb-2 mb-lg-0">
{% if request.session.can_report_event %}
<li class="nav-item">
Expand Down

0 comments on commit 98a0d9b

Please sign in to comment.