Hi Jim,
I had the same problem,
following css solved it
DL.t-beandisplay DD {
display: table-cell;
}
thanks
Peter
There's probably some CSS that would do it, but I spent an hour or so playing
with the CSS and gave up. Maybe some combination of float / width / overflow /
display would do it.
Regards,
Jim.
-----Original Message-----
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Sent: 23 June 2010 12:43
To: Tapestry users
Subject: Re: BeanDisplay customisation (long lines wrapping)
On Wed, 23 Jun 2010 08:27:04 -0300, Jim O'Callaghan
<jc1000...@yahoo.co.uk> wrote:
Brain mustn't be working this morning. Got around this by using a local
BeanDisplay.tml in a local tapestry package. Would be interested in
hearing the correct approach though.
Have you tried CSS?