diff --git a/vote/templates/vote/index_election_item.html b/vote/templates/vote/index_election_item.html
index 34ad03b6182688c0789dfcfe9e041002ef498fa8..b89cb25d47186446b48ee6415bcfc661da9aa1ad 100644
--- a/vote/templates/vote/index_election_item.html
+++ b/vote/templates/vote/index_election_item.html
@@ -28,6 +28,7 @@
         <div class="alert alert-info" role="alert">
           <h4 class="alert-heading">Voting Ended:</h4>
           <hr>
+          <div class="table-responsive">
           <table class="table table-striped">
             <thead class="thead-dark">
             <tr>
@@ -49,7 +50,7 @@
               </tr>
             {% endfor %}
             </tbody>
-          </table>
+          </table></div>
         </div>
       {% elif not electon.started and not election.is_open and not election.closed %}
         <a class="btn btn-outline-dark disabled" role="button" href="#">
diff --git a/vote/templates/vote/spectator_election_item.html b/vote/templates/vote/spectator_election_item.html
index e2130ff57c00640efb529fc531d444da6cf75614..6f728fb854e677f91dda0ae357fa584e3db50369 100644
--- a/vote/templates/vote/spectator_election_item.html
+++ b/vote/templates/vote/spectator_election_item.html
@@ -14,6 +14,7 @@
         <div class="alert alert-info" role="alert">
           <h4 class="alert-heading">Election result:</h4>
           <hr>
+          <div class="table-responsive">
           <table class="table table-striped">
             <thead class="thead-dark">
             <tr>
@@ -35,7 +36,7 @@
               </tr>
             {% endfor %}
             </tbody>
-          </table>
+          </table></div>
         </div>
       {% elif not election.is_open and not election.closed %}
         <a class="btn btn-outline-dark disabled" role="button" href="#">