change width of notices table to display better
This commit is contained in:
parent
17ab5c31ed
commit
e87323e426
|
@ -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()) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user