Re: How do I widen this column?
Esteban Maringolo <[email protected]> Sun, 30 May 2021 09:04:35 -0300
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAJMgPCLjj4y28WmQBo=cvfW4Ni5mEQF9UDbFGQLkHhSX+FhS+Q@mail.gmail.com> |
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 <[email protected]>
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
> [email protected]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside