diff --git a/src/app/controllers/dash.js b/src/app/controllers/dash.js index b8bfae7ed54..202500e80e1 100644 --- a/src/app/controllers/dash.js +++ b/src/app/controllers/dash.js @@ -92,7 +92,7 @@ function (angular, $, config, _) { $scope.reset_row = function() { $scope.row = { title: '', - height: '150px', + height: '250px', editable: true, }; };