From 04e43f4ccd68d2446a720fe09ee7bdad6f893ba3 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 8 Jun 2016 14:28:05 +1000 Subject: [PATCH] change width --- booking.studygroups_report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.studygroups_report.inc b/booking.studygroups_report.inc index 274adb1..80e3588 100644 --- a/booking.studygroups_report.inc +++ b/booking.studygroups_report.inc @@ -109,7 +109,7 @@ function booking_studygroups_leadhelp_view_summary() { $output = ""; $header = array('First Name', 'Last Name'); $rows = array(); - $attributes = array('style' => 'max-width:60%'); + $attributes = array('style' => 'max-width:100%'); //get study group definitions $query = db_select('booking_studygroup_list', 's')