Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
fix: set fixed percentage width for grouped questions options
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Feb 23, 2023
1 parent 4ceb4ba commit ce157cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/questions/booth/_group.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<tr>
<td><%= markdown question.description %></td>
<% question.options.each do |option| %>
<td>
<td style="width: 10%">
<div class="row">
<div class="form-check col">
<%= render 'questions/booth/option', form: f, question: question, option: option %>
Expand Down

0 comments on commit ce157cf

Please sign in to comment.