nowrap in card summary
This commit is contained in:
parent
aadcd60829
commit
4cf8ce74eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue