I would like the text to appear inline in my table cell. However, the text is coming in the single line whatever be the length of text. I used text_align and padding too, but it did not help.
CSS:
table td { display: table-cell; vertical-align: top; }