diff --git a/app/views/exercise/_statistics_result_table.html.erb b/app/views/exercise/_statistics_result_table.html.erb index 7326ce4c..e1b627f2 100644 --- a/app/views/exercise/_statistics_result_table.html.erb +++ b/app/views/exercise/_statistics_result_table.html.erb @@ -17,7 +17,7 @@ <% exercise_question.exercise_choices.reorder("choice_position").each do |exercise_choice| %>
  • -
    +
    <%= exercise_choice.choice_text %>
    <% count = exercise_choice.exercise_answers.where(:user_id => @user_ids).count %> diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css index b4500008..543431c5 100644 --- a/public/stylesheets/educoder/edu-all.css +++ b/public/stylesheets/educoder/edu-all.css @@ -3419,4 +3419,7 @@ line-height: 16px;display: inline-block;color: rgba(65, 140, 205, 1) !important; .xmplist{ margin-top:0px !important; margin-bottom:0px !important; +} +.width698{ + width: 698px; } \ No newline at end of file