Skip to content
Snippets Groups Projects
Verified Commit 6704c091 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix table overflow. Closes #15.

parent 31a32ca5
No related branches found
No related tags found
1 merge request!3Fix table overflow. Closes #15.
......@@ -41,7 +41,7 @@
<div class="card-body">
{{ personal_note_formset.management_form }}
<table class="table table-striped table-bordered table-hover table-condensed table-responsive w-100 d-block d-md-table">
<table class="table table-striped table-bordered table-hover table-responsive-xl">
<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