change width

This commit is contained in:
Nathan Coad
2016-06-08 14:28:05 +10:00
parent c96ae20cf8
commit 04e43f4ccd

View File

@@ -109,7 +109,7 @@ function booking_studygroups_leadhelp_view_summary() {
$output = ""; $output = "";
$header = array('First Name', 'Last Name'); $header = array('First Name', 'Last Name');
$rows = array(); $rows = array();
$attributes = array('style' => 'max-width:60%'); $attributes = array('style' => 'max-width:100%');
//get study group definitions //get study group definitions
$query = db_select('booking_studygroup_list', 's') $query = db_select('booking_studygroup_list', 's')