Revert "Change stretch to flex-start"

This reverts commit 774073116dd4195037c452d48f05b432bba38801.
Jonathan Frederic 12 years ago
parent 6568dd5d71
commit af5b5cea7d

@ -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 > * {

Loading…
Cancel
Save