diff --git a/src/workspace-view.coffee b/src/workspace-view.coffee index 0a0ce793b..c69be4351 100644 --- a/src/workspace-view.coffee +++ b/src/workspace-view.coffee @@ -55,7 +55,7 @@ class WorkspaceView extends View # Private: @content: (state) -> @div id: 'workspace', tabindex: -1, => - @div id: 'horizontal', outlet: 'horizontal', => + @div outlet: 'horizontal', => @div id: 'vertical', outlet: 'vertical', => @div outlet: 'panes' diff --git a/static/workspace-view.less b/static/workspace-view.less index c4f49bca2..340f38e98 100644 --- a/static/workspace-view.less +++ b/static/workspace-view.less @@ -28,7 +28,7 @@ h6 { background-color: @app-background-color; font-family: @font-family; - #horizontal { + .horizontal { display: -webkit-flex; height: 100%; }