[Seaside] How do I widen this column?

Esteban Maringolo emaringolo at gmail.com
Sun May 30 12:04:35 UTC 2021


Can't you specify the width of the column via CSS?

You can use the width or the min-width properties for the element.

html td class: 'number'; with: row moneyValue


td.number {
  min-width: 10em;
  whitespace: nowrap;
}

El dom., 30 de mayo de 2021 07:56, David Pennington <david at lhdavid.co.uk>
escribió:

> I have some columns in a page that display amounts. As you can see, one of
> the columns is wide enough for the minus sign but the other column is too
> narrow and the minus is forced onto the line above.
>
> Both entries come from the same printString code so there should be no
> difference in their presentation.
>
> Can anyone explain how to sort this out?
>
> David
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20210530/3440a68d/attachment.html>


More information about the seaside mailing list