mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
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:
@@ -122,6 +122,7 @@
|
||||
|
||||
.command-panel .prompt-and-editor .editor {
|
||||
position: relative;
|
||||
-webkit-flex: 1;
|
||||
}
|
||||
|
||||
.command-panel .prompt-and-editor {
|
||||
|
||||
Reference in New Issue
Block a user