Skip to content

Commit

Permalink
Use an unordered list since stylesheet removes numbers anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Sep 15, 2020
1 parent f712dbb commit aa36050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions funnel/templates/account.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<h3 class="mui--text-title mui--text-bold">{% trans %}Connected apps{% endtrans %}</h3>
</div>
<div class="card__body">
<ol class="mui-list--aligned mui-list--border">
<ul class="mui-list--aligned mui-list--border grid-no-left-padding">
{% for auth_token in current_auth.user.authtokens %}
<li class="flex-wrapper flex-wrapper--baseline flex-wrapper--space-between">
<div>
Expand All @@ -208,7 +208,7 @@
</div>
</li>
{%- endfor %}
</ol>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit aa36050

Please sign in to comment.