Skip to content

Commit

Permalink
fix: top buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Feb 27, 2025
1 parent 4f49bc3 commit 98833e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
{% endif %}
</span>
</button>
<div class="dropdown-menu" style="overflow-x: scroll">
<div class="dropdown-menu">
<div class="link-list-wrapper">
<ul class="link-list">
<li>
<a class="dropdown-item list-item" href="{% url 'uni_ticket:user_dashboard' %}">
<a class="dropdown-item list-item" style="white-space: normal" href="{% url 'uni_ticket:user_dashboard' %}">
<span>{{ simple_user_context_name }}</span>
</a>
</li>
Expand Down

0 comments on commit 98833e3

Please sign in to comment.