Chrome not properly overriding justify-content for flex box
问题 I'm having an issue in Chrome 40.0.2214.93 where if I override the justify-content for an element I get some unexpected behavior. I've created a JS Fiddle for this here: http://jsfiddle.net/n670tmeu/ html <header id="top"> <div id="box1"> This is Box 1 </div> <div id="box2"> This is Box 2 </div> </header> css header { background-color: #ccc; width: 100%; display: -webkit-flex; display: -moz-flexbox; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -moz-justify-content: