- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Apr 2017 06:54:53 +0000
- To: public-css-archive@w3.org
yisibl has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-align][css-flexbox]Can align-content be used in a single-line of flex-containers? ==
```html
<div class="test"><div>foo</div></div>
```
```css
.test {
display: flex;
flex-wrap: wrap;
border: 1px solid black;
width: 200px;
height: 100px;
align-content: center;
justify-content: center;
margin: 30px auto;
}
```
Chrome ignores the align-content property, which does not seem to be explicitly defined in the specification.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1268 using your GitHub account
Received on Friday, 21 April 2017 06:54:59 UTC