ਫਰਮਾ:Table class/wnw.css

ਵਿਕੀਸਰੋਤ ਤੋਂ
/* Style CSS class to apply no white-space wrapping to the first cell of all rows in a table on which this CSS class is invoked. */
table.__wnw1 tr td:nth-child(1){
white-space: nowrap; 
}