Avoid table to grow too big
This commit is contained in:
parent
ffb23d3751
commit
cdf4c2d0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
|||
|
||||
<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>
|
||||
<tr>
|
||||
<th><%= _("Participant") %></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue