Re: [css3-text] Feature request: "white-space: ignore"

On Tue, Apr 23, 2013 at 7:02 AM, Tim Leverett <zzzzbov@gmail.com> wrote:
>> Nah, just use MOAR FLEXBOX:
>>
>> .images {
>>   display: flex;
>>   justify-content: center;
>> }
>
> Maybe it's my lack of experience with flexbox, but how would flexbox handle
> the situation where the images are supposed to gracefully wrap to new lines?

Add a "flex-wrap: wrap;" line to the above rule.  ^_^

~TJ

Received on Tuesday, 23 April 2013 17:40:35 UTC