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
<metaname="assert" content="-webkit-line-clamp causes display: -webkit-box to create a block box, rather than to behave like display: flex as it would otherwise. However, this is only the case with -webkit-box-orient: vertical.">
<style>
.clamp {
display: -webkit-box;
/* no -webkit-box-orient: vertical; */
-webkit-line-clamp:4;
font:16px/32px serif;
white-space: pre;
background-color: yellow;
padding:04px;
/* If display: -webkit-box behaves the same as without -webkit-line-clamp,
* these properties will cause the anonymous inline box to be centered. */