So I've been experimenting with Chrome lately.
I created a div with display: -webkit-box;
. Inside this div, there are 7 other divs all set to -webkit-box-flex: 1;
.
Oddly enough, the first div is smaller than the rest. Any ideas on why this might be happening?