8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-05 01:16:27 +00:00

fix: Whitelist and ticket list responsiveness

This commit is contained in:
Jean-Romain Garnier 2021-01-15 19:40:04 +01:00 committed by Jean-Romain Garnier
parent 7afa15bff1
commit 42ded799e4
2 changed files with 41 additions and 40 deletions

View file

@ -46,7 +46,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<div class="table-responsiv"> <div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>

View file

@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load acl %} {% load acl %}
{% load logs_extra %} {% load logs_extra %}
<div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
@ -69,4 +70,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if white_list.paginator %} {% if white_list.paginator %}
{% include 'pagination.html' with list=white_list %} {% include 'pagination.html' with list=white_list %}
{% endif %} {% endif %}
</div>