Skip to content

Commit f543a58

Browse files
authored
fix: make table size responsive for usersessions_list (#107)
1 parent ae53671 commit f543a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allauth_ui/templates/usersessions/usersession_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="mb-3 text-2xl">{{ heading }}</h1>
1717
{% #form form=form url=action_url button_text=button_text %}
1818
{% csrf_token %}
1919
<div class="overflow-x-auto">
20-
<table class="table">
20+
<table class="table table-xs lg:table-md">
2121
<thead>
2222
<tr>
2323
<th>{% translate "Started At" %}</th>

0 commit comments

Comments
 (0)