diff --git a/public/app/features/panel/query_editor_row.ts b/public/app/features/panel/query_editor_row.ts index 252fc38fe0d..a4cb6155139 100644 --- a/public/app/features/panel/query_editor_row.ts +++ b/public/app/features/panel/query_editor_row.ts @@ -11,7 +11,7 @@ function queryEditorRowDirective() { restrict: 'E', templateUrl: 'public/app/features/panel/partials/query_editor_row.html', transclude: true, - scope: { ctrl: "=" }, + scope: {ctrl: "="}, }; } diff --git a/public/app/plugins/datasource/graphite/partials/query.editor.html b/public/app/plugins/datasource/graphite/partials/query.editor.html index c78062b1cb0..90dfe0794c0 100755 --- a/public/app/plugins/datasource/graphite/partials/query.editor.html +++ b/public/app/plugins/datasource/graphite/partials/query.editor.html @@ -1,19 +1,21 @@ - + - - - +
  • + +
  • - +
  • + +
  • + +
  • +
  • + + +
  • + + +
  • diff --git a/public/app/plugins/datasource/prometheus/partials/query.editor.html b/public/app/plugins/datasource/prometheus/partials/query.editor.html index e65d716e832..fa04bb33b18 100644 --- a/public/app/plugins/datasource/prometheus/partials/query.editor.html +++ b/public/app/plugins/datasource/prometheus/partials/query.editor.html @@ -1,5 +1,4 @@ - - +
  • Query
  • @@ -25,7 +24,6 @@ placeholder="metric name" data-min-length=0 data-items=100> -
    diff --git a/public/less/tightform.less b/public/less/tightform.less index b46456e74c2..a58fa80b652 100644 --- a/public/less/tightform.less +++ b/public/less/tightform.less @@ -62,6 +62,7 @@ .tight-form-flex-wrapper { display: flex; flex-direction: row; + float: none !important; } .grafana-metric-options {