change width
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user