Text in multi-line but want on one line

Text in multi-line but want on one line

Damoon281Damoon281 Posts: 4Questions: 2Answers: 0

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

Answers

  • Damoon281Damoon281 Posts: 4Questions: 2Answers: 0

    I found

    table.dataTable td,table.dataTable th {
    padding: 3px 10px;
    width: 1px;
    white-space: nowrap;
    }

This discussion has been closed.