Skip to content

Commit

Permalink
make checkin table responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Casas committed Feb 19, 2017
1 parent 2a09c34 commit 774e124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkin/templates/checkin/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<h4 class="text-center">{% block panel_title %}Confirmed applications{% endblock %}</h4>
</div>
<div class="panel-body">
{% render_table applicationsTable %}
<div class="table-responsive">
{% render_table applicationsTable %}
</div>
</div>
<div class="panel-footer">
{% block extra_buttons %}
Expand Down

0 comments on commit 774e124

Please sign in to comment.