Stop floating divs from wrapping
问题 I want to have a row of divs (cells) that don't wrap if the browser is too narrow to fit them. I've searched Stack, and couldn't find a working answer to what I think should be a simple css question. The cells have specified width. However I don't want to specify the width of the row, the width should automatically be the width of its child cells. If the viewport is too narrow to accomodate the rows, then the div should overflow with scrollbars. Please provide your answer as working code