Make command-panel's editor have -webkit-flex: 1

We moved the setting of flex on editors to the panes stylesheet
previously, but here is another context where we need flex to be
set.
This commit is contained in:
Corey Johnson & Nathan Sobo
2013-03-08 11:14:44 -08:00
parent cf6c46ba3a
commit 8ca8841f9e

View File

@@ -122,6 +122,7 @@
.command-panel .prompt-and-editor .editor {
position: relative;
-webkit-flex: 1;
}
.command-panel .prompt-and-editor {