All,

I hope this isn't too off-topic, but I'm posting here since default.css
is generated by Tapestry, and I'm hoping that someone else on the list
has solved the same problem.

I have a BeanDisplayForm.  I have something like this in my CSS:

div.t-beandisplay-label{
    width: 80px;
}

(I don't want to give up too much horizontal space on the page for
labels).  The problem comes when one of my labels is too long for one
line, and it wraps...the labels get out of synch with the values.  The
label takes two lines, but the corresponding value only seems to take
one line.

Has anyone else faced this?  Any help?

I have tried using display: inline instead of display: block, I've tried
setting 

div.t-beandisplay-value:after {
    clear:both;
}

I've tried pretty much everything I can think of.  Help?

Thanks very much,
Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to