Text in multi-line but want on one line
Text in multi-line but want on one line
![Damoon281](https://secure.gravatar.com/avatar/6d1e90b02bea06a52b6a2e15446d1c6a/?default=https%3A%2F%2Fvanillicon.com%2F6d1e90b02bea06a52b6a2e15446d1c6a_200.png&rating=g&size=120)
Hi,
On my datatables, I have the text that appears in multi-line but I would like the text to be a single line without return.
Can you help me ?
Thanks
This discussion has been closed.
Answers
I found
table.dataTable td,table.dataTable th {
padding: 3px 10px;
width: 1px;
white-space: nowrap;
}