Skip to content

Commit

Permalink
Matrix: Removing setting for table width
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupamaSarjoshi authored and timhunt committed Nov 23, 2023
1 parent 7c064f6 commit f2c3f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function matrix_table(question_attempt $qa, question_display_options $opt
$table .= html_writer::start_tag('div', ['class' => 'answer']);

// Create table and caption.
$table .= html_writer::start_tag('table', ['class' => 'generaltable w-75']);
$table .= html_writer::start_tag('table', ['class' => 'generaltable']);
$table .= html_writer::tag('caption', $caption, ['class' => 'sr-only']);

// Creating the matrix column headers.
Expand Down

0 comments on commit f2c3f73

Please sign in to comment.