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="When line-clamp is used with a number of lines, the box and its clamped children should be sized taking margin collapsing into account.">
<style>
.clamp {
line-clamp: 4;
font: 16px / 32px serif;
padding: 4px;
background-color: yellow;
border: 2px solid black;
}
.inner {
background-color: orange;
margin: 4px;
/* There is no border, so the margins of the .inner boxes will collapse */