Re: [csswg-drafts] How to increase margins of containers for pending floats ? (#4052)

@verdy-p I wonder if this case could be solved with grid layout instead of floats. You could define a column on the left where you position the content that would have gone to the floats, and the next column would take up the "Inner Content Box" content. The left column's width could fall to zero if there is no content for it, and the start edge of the right column's content would always adjust to the left column's maximum width.

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

Received on Friday, 28 June 2019 01:18:10 UTC