I'm trying to figure out how to make the text appear on a single line instead of spreading out over multiple lines.
It's frustrating when I list my options and some fields end up stretching across three lines, making the entire list harder to read.
<td width="205px" height="15px" TextMode="SingleLine">
@item.Adresse
</td>
All I want is for each line to be a single line in height without any unnecessary spacing.