We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae53671 commit f543a58Copy full SHA for f543a58
allauth_ui/templates/usersessions/usersession_list.html
@@ -17,7 +17,7 @@ <h1 class="mb-3 text-2xl">{{ heading }}</h1>
17
{% #form form=form url=action_url button_text=button_text %}
18
{% csrf_token %}
19
<div class="overflow-x-auto">
20
- <table class="table">
+ <table class="table table-xs lg:table-md">
21
<thead>
22
<tr>
23
<th>{% translate "Started At" %}</th>
0 commit comments