Trim Your description field like this...
string descrption = "test testtesttesttest test test test testtesttesttest testtesttesttest test test test test test test test testtest";
description = string.Format("{0}..."description.SubString(0,100));
You can adjust size description size as per width.