'alignContent' defaults to 'flex-start' instead of 'stretch' ;
This commit is contained in:
@@ -148,7 +148,7 @@ var computeLayout = (function() {
|
||||
if ('alignContent' in node.style) {
|
||||
return node.style.alignContent;
|
||||
}
|
||||
return 'stretch';
|
||||
return 'flex-start';
|
||||
}
|
||||
|
||||
function getAlignItem(node, child) {
|
||||
|
||||
Reference in New Issue
Block a user