Re: Flexbox justify-content: space-evenly

Archana Sankaranarayanan <[email protected]> Fri, 08 Jul 2016 22:34:21 +0000
Newsgroups gmane.comp.web.css.general
Message-ID <CAAz3Pxo=xT+25_ZF+Dy8asnJ-nCb-q=Fu-OCTN37qV_xxe-L6Q@mail.gmail.com>
If I have not misunderstood the question, it is possible today by setting
flex: 1 on each of the item inside the flexbox.

On Fri, Jul 8, 2016 at 2:14 PM Christian Biesinger <[email protected]>
wrote:

> It's in css-align, so spec-wise Flexbox will support this keyword as well.
> Implementation-wise is a different question.
>
> -Christian
>
> On Fri, Jul 1, 2016 at 10:22 AM, Benjamin Strauß <[email protected]>
> wrote:
>
>> Hi,
>> are there any plans to add the space-evenly option to flexbox's
>> justify-content property? I know css grid has this and i could not find any
>> proposal for this on the web. Has this been discussed before?
>>
>> Thanks
>>
>
>