You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to apply simple CSS rules, like white-space: nowrap; or font-style: italic; to a display: table-column element, i.e., a HTML table column.
Desired Situation
display: table-column elements should be able to accept simple styling rules and map them to their corresponding display: table-cell child elements as if they were applied to these.
The text was updated successfully, but these errors were encountered:
There's a good bit of discussion of related issues in Mozilla bug 915, which I think probably has links to a bunch of other discussions (if you're willing to read the whole thing to find them).
Current Situation
It's not possible to apply simple CSS rules, like
white-space: nowrap;
orfont-style: italic;
to adisplay: table-column
element, i.e., a HTML table column.Desired Situation
display: table-column
elements should be able to accept simple styling rules and map them to their correspondingdisplay: table-cell
child elements as if they were applied to these.The text was updated successfully, but these errors were encountered: