From 4cf8ce74eb15ea688b84058d84c18790948d06ee Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 17 Jul 2010 19:21:56 +0000 Subject: [PATCH] nowrap in card summary --- include/template/result_cat_card_summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;