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="Dynamically changing -webkit-line-clamp on an element from a number greater than to a number less than the number of lines.">
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
font: 16px / 32px serif;
white-space: pre;
padding: 0 4px;
background-color: yellow;
overflow: hidden; /* can be removed once implementations update their old -webkit-line-clamp implementations */