From 8b94ae53af25389679b1d1bbb7dbc674d6360b8f 2014-02-09 21:51:20 From: Jonathan Frederic Date: 2014-02-09 21:51:20 Subject: [PATCH] Revert "Change stretch to flex-start" This reverts commit 774073116dd4195037c452d48f05b432bba38801. --- diff --git a/IPython/html/static/base/less/flexbox.less b/IPython/html/static/base/less/flexbox.less index 1975676..60874fc 100644 --- a/IPython/html/static/base/less/flexbox.less +++ b/IPython/html/static/base/less/flexbox.less @@ -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 > * {