You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="block-ellipsis will insert an ellipsis immediately before a region break, and there can be no region break after the last line of the line-clamp container. However, there can be one after the last line in an IFC, if there is content after it.">
<style>
.clamp {
line-clamp: 1;
width: 38.1ch;
border: 1px solid black;
font-family: monospace;
}
p {
margin: 0;
}
</style>
<div class="clamp">
<p>This line should have an ellipsis here</p>
<p>After all, it is not the last line in the line-clamp container</p>