diff --git a/smash/web/templates/subjects/index.html b/smash/web/templates/subjects/index.html
index fced7deb68eb79c3ae8f6f307f7089ac6c5502bd..918ea485e4d23b0bd6843c52a288580aa6562bc7 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"},