Browse Source

fix: Whitelist and ticket list responsiveness

release-2.9
Jean-Romain Garnier 5 years ago
committed by Gabriel Detraz
parent
commit
a2c0ab66f0
  1. 2
      tickets/templates/tickets/aff_tickets.html
  2. 3
      users/templates/users/aff_whitelists.html

2
tickets/templates/tickets/aff_tickets.html

@ -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">
<thead>

3
users/templates/users/aff_whitelists.html

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

Loading…
Cancel
Save