diff --git a/lib/riemann/dash/public/views/grid.js b/lib/riemann/dash/public/views/grid.js index 73a9375..37399f3 100644 --- a/lib/riemann/dash/public/views/grid.js +++ b/lib/riemann/dash/public/views/grid.js @@ -50,8 +50,8 @@ Grid.prototype.editForm = function() { return Mustache.render('' + '
' + - '' + - '
' + + '
' + + '
' + '' + '
' + '"all", "host", "service", or any number.', diff --git a/lib/riemann/dash/views/css.scss b/lib/riemann/dash/views/css.scss index f48c3d4..d9b4575 100644 --- a/lib/riemann/dash/views/css.scss +++ b/lib/riemann/dash/views/css.scss @@ -275,6 +275,11 @@ html,table { cursor:pointer; } +textarea.query { + width: 100%; + height: 100px; +} + .quickfit { display: block; white-space: nowrap;