Два блока в ряд с плавающей шириной
div{ &:first-child{ float: left; } &:last-child{ overflow: hidden; padding-left: 20px; } }