Avoid table to grow too big

This commit is contained in:
ricola 2026-01-13 19:57:09 -06:00
parent ffb23d3751
commit cdf4c2d0c7

View file

@ -143,7 +143,7 @@
<h2 class="mb-4"><%= _("Ratings") + " (#{@vote.ratings.collect { |rating| rating.user }.uniq.count})" %></h2> <h2 class="mb-4"><%= _("Ratings") + " (#{@vote.ratings.collect { |rating| rating.user }.uniq.count})" %></h2>
<table class="table table-striped mb-5"> <table class="table table-striped w-auto mb-5">
<thead> <thead>
<tr> <tr>
<th><%= _("Participant") %></th> <th><%= _("Participant") %></th>