One
Two
Three
.box { display: flex; } .box :first-child { width: 150px; } .box > * { flex: 0 0 auto; }
One
Two
Three