Re: [csswg-drafts] [css-box] Add option to disable collapsing margins.

You can disable margin-collapsing (along with enforcing float containment) using `display: flow-root`, see https://www.w3.org/TR/css-display-3/#valdef-display-flow-root

(I agree more control over margin-collapsing would be nice, though.)

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2839#issuecomment-400877247 using your GitHub account

Received on Thursday, 28 June 2018 00:59:38 UTC