diff --git a/include/template/result_cat_card_summary.php b/include/template/result_cat_card_summary.php index 33cc66798..60c67fa6b 100644 --- a/include/template/result_cat_card_summary.php +++ b/include/template/result_cat_card_summary.php @@ -16,7 +16,7 @@ foreach ($array as $row ) : echo ''; $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 ''; endforeach;