Stil meines Codes< /p>
Code: Select all
.maincontent {
display: flex;
}
.firstpart {
flex: 1 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.secondpart {
white-space: nowrap;
display: inline-block;
}
Code: Select all
// main content
test content test content test content
click to see more content
erwarteter Screenshot
