http://jsfiddle.net/XW9Se/
I\'ve set width: 200px;
on the left
My preferred way of dealing with this situation is to add:
flex-shrink: 0;
This way you may continue using width
in your Flex container and you've given it specific information about how you wish this flex item to behave.
Another option, depending on the requirement is to use min-width
, which is respected when using flex.