add css_size to text in card

This commit is contained in:
Dany De Bontridder 2012-01-06 16:39:11 +00:00
parent 19909b99b5
commit 186abd01e3

View file

@ -574,7 +574,7 @@ class Fiche
$w=new IText();
$w->table=1;
$w->readOnly=true;
$w->css_size="100%";
}
if ($p_readonly==false)
{