.editor-item ul {
margin: 0;
padding: 0;
display: flex;
width: 100%;
overflow: hidden;
white-space: nowrap; /* переносить слова? */
}
.editor-item ul li{
overflow: hidden;
list-style: none;
display: inline-block;
padding: 10px;
}