Skip to content

Commit

Permalink
updating the editor width to match the new specs
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Jan 2, 2017
1 parent c5e936f commit 0d0f4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/metrics/public/vis/editor_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ app.controller('MetricsEditorController', (
return globalNavState.isOpen();
}, newValue => {
if (newValue) {
$scope.editorWidth = '160px';
$scope.editorWidth = '180px';
} else {
$scope.editorWidth = '53px';
}
Expand Down

0 comments on commit 0d0f4c6

Please sign in to comment.