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

Merge branch 'issue15' into 'master'

Fix table overflow. Closes #15.

Closes #15

See merge request Teckids/BiscuIT/BiscuIT-App-Alsijil!3
parents 31a32ca5 6704c091
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