From ff14cabf7fccf8a5a033970200d3eca52e50d5cb Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Sat, 8 Feb 2014 19:42:18 -0800 Subject: [PATCH] Change stretch to flex-start --- IPython/html/static/base/less/flexbox.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/base/less/flexbox.less b/IPython/html/static/base/less/flexbox.less index 60874fc2d..19756767e 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: stretch; + align-items: flex-start; } .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: stretch; + align-items: flex-start; } .vbox > * {