From b775ff2d76ff3c2ad88f0e45cdf98250dc51c10e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Valentin=20Grou=C3=A8s?= <valentin.groues@uni.lu>
Date: Tue, 25 Apr 2017 10:40:55 +0200
Subject: [PATCH] make subjects table compatible with 1680x1050 resolution -
 fixes #102

---
 smash/web/templates/subjects/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/smash/web/templates/subjects/index.html b/smash/web/templates/subjects/index.html
index fced7deb..918ea485 100644
--- a/smash/web/templates/subjects/index.html
+++ b/smash/web/templates/subjects/index.html
@@ -27,7 +27,7 @@
     </div>
 
     <div class="box-body">
-        <table id="table" class="table table-bordered table-striped">
+        <table id="table" class="table table-bordered table-striped table-responsive">
             <thead>
             <tr>
                 <th>ND</th>
@@ -113,6 +113,7 @@
                 stateSave: true,
                 serverSide: true,
                 processing: true,
+                responsive: true,
                 ajax: "{% url 'web.api.subjects' list_type %}",
                 columns: [
                     {"data": "nd_number"},
-- 
GitLab