body {
    background-color: rgb(35, 35, 35);
    height: 95vh;
    margin: 0;
    padding: 5px;
    line-height: 20px;
}

.line {
    margin-right: 10px;
    float: left;
}

[contenteditable="true"].input {
    white-space: nowrap;
    width: auto;
    height: 20px;
    overflow: hidden;
    outline: none;
} 
[contenteditable="true"].input br {
    display:none;

}
[contenteditable="true"].input * {
    display: inline;
    white-space: nowrap;
}
