Skip to content
Snippets Groups Projects
Unverified Commit b2d35417 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make table full-width.

parent 7eafd2d4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
{% csrf_token %}
{{ personal_note_formset.management_form }}
<table class="table table-striped table-bordered table-hover table-condensed table-responsive w-100">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive w-100 d-block d-md-table">
<tr>
<th>{% blocktrans %}Person{% endblocktrans %}</th>
<th>{% blocktrans %}Absent{% endblocktrans %}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment