Revert "Change stretch to flex-start"

This reverts commit 774073116dd4195037c452d48f05b432bba38801.
This commit is contained in:
Jonathan Frederic 2014-02-08 19:49:32 -08:00
parent 6568dd5d71
commit af5b5cea7d

View File

@ -35,7 +35,7 @@ Browsers not listed, including Safari, are supported via the styling under the
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: stretch;
}
.hbox > * {
@ -67,7 +67,7 @@ Browsers not listed, including Safari, are supported via the styling under the
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: stretch;
}
.vbox > * {