From: Evan Prodromou Date: Tue, 9 Nov 2010 18:04:11 +0000 (-0500) Subject: change width of notices table to display better X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e87323e426f032504a01a01ea0854065413fb177;p=quix0rs-gnu-social.git change width of notices table to display better --- diff --git a/plugins/EmailSummary/useremailsummaryhandler.php b/plugins/EmailSummary/useremailsummaryhandler.php index 95b7fdc477..fb004b5558 100644 --- a/plugins/EmailSummary/useremailsummaryhandler.php +++ b/plugins/EmailSummary/useremailsummaryhandler.php @@ -129,7 +129,7 @@ class UserEmailSummaryHandler extends QueueHandler $profile->getBestName())); - $out->elementStart('table', array('width' => '100%', 'style' => 'border: none')); + $out->elementStart('table', array('width' => '541px', 'style' => 'border: none')); while ($notice->fetch()) {