Editor: how to make text wrap (break line) when editing inline?

Editor: how to make text wrap (break line) when editing inline?

kadriliskadrilis Posts: 4Questions: 3Answers: 0

I attach the screenshots using editor inline editing example here: https://editor.datatables.net/examples/inline-editing/simple.html


I tried using this css, I can adjust e.g. font colour of the text or size of the input in inline editing mode, however the text does not wrap (break line) and is always displayed as a single line:

div.DTE_Inline input:focus {
height: 100px;
font-size:30px;
color: #ff0000;
word-wrap:break-word;
white-Space : normal;
word-break: normal;
}

Any ideas? Thank you.

Answers

This discussion has been closed.