Skip to content

Commit

Permalink
fix: make table size responsive for usersessions_list (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Aug 5, 2024
1 parent ae53671 commit f543a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth_ui/templates/usersessions/usersession_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1 class="mb-3 text-2xl">{{ heading }}</h1>
{% #form form=form url=action_url button_text=button_text %}
{% csrf_token %}
<div class="overflow-x-auto">
<table class="table">
<table class="table table-xs lg:table-md">
<thead>
<tr>
<th>{% translate "Started At" %}</th>
Expand Down

0 comments on commit f543a58

Please sign in to comment.