I don't really FEEL css and it doesn't always work as i think it would. This is one of these situations: i have a simple (2 rows, 2 columns) asp:table generated dynamically. in the right column it contains a combo box (cell (0, 1)) and a label (cell (1,1)). when i change the combobox's selection, the text in the label changes too. if it's too long for a cell, it resizes the table and i would prefer the text to be in lines, so that it fits cell's width.
i don't know if it's some label's property that could do it or should i specify this in css style of a label or of a cell? i tried setting table's width explicitly, cell's width in css class but nothing works and i feel like a blind in a labirynth.