Product Description In Quick View

The product description in the quick view, is limited in 2 lines.

can this be changed?

design/themes/YOUR_THEME/templates/common/product_data.tpl

change the following line:

{$product.full_description|strip_tags|truncate:160 nofilter}

160 value should be increased. And do not forget to clear cache

try to change 160 in file design/themes/THEME/templates/common/product_data.tpl

{$product.full_description|strip_tags|truncate:160 nofilter}