Answer the question
In order to leave comments, you need to log in
How to fix lists inside block with contenteditable in chrome?
There is a block with contenteditable, inside there is text with drop-down lists in which list items with long names.
<div contenteditable="true">
text text text text text <select><option>bigbigbigbigbigbigbig</option></select> text text text text text text text
</div>
select {
max-width: 40px;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question