Open up customer/main/products.tpl and replace this:
Code:
{$products[product].descr|truncate:300:"...":true}
with this:
Code:
{$products[product].descr}
That will keep it from truncating. To make it display in multiple lines, just format the description when you enter it. Use
tags to make a new line.