Code: Select all
\documentclass[a4paper,10pt]{report}
\begin{document}
\begin{tabular*}{10cm}{p{4cm}p{6cm}l}
line 1 & A lot of text which will be broken over at least two lines, and a big gap below it &\\ [10ex]
line 1 & less text &\\ [10ex] %this 10ex space is much bigger than the previous 10ex space
line 2 & A second line of text with a smaller gap below it &\\[1ex]
line 3 & A third line of text&
\end{tabular*}
\end{document}