diff --git a/IPython/frontend/html/notebook/static/less/flexible-box-model.less b/IPython/frontend/html/notebook/static/less/flexible-box-model.less index 5578475..53988ed 100644 --- a/IPython/frontend/html/notebook/static/less/flexible-box-model.less +++ b/IPython/frontend/html/notebook/static/less/flexible-box-model.less @@ -34,6 +34,8 @@ display: box; box-orient: vertical; box-align: stretch; + /* width must be 100% to force FF to behave like webkit */ + width: 100%; } .vbox > * {