nowrap in card summary

This commit is contained in:
Dany De Bontridder 2010-07-17 19:21:56 +00:00
parent aadcd60829
commit 4cf8ce74eb

View file

@ -16,7 +16,7 @@ foreach ($array as $row ) :
echo '<tr class="even">';
$row->getAttribut();
foreach($row->attribut as $attr) :
echo td($attr->av_text,'style="padding: 0 10 1 10"');
echo td($attr->av_text,'style="padding: 0 10 1 10;white-space:nowrap;"');
endforeach;
echo '</tr>';
endforeach;