From 5ab38e94090c24a0fd58cf259537b38bfd259170 Mon Sep 17 00:00:00 2001 From: Peter Davids <5599894+MisterSquishy@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:52:18 -0400 Subject: [PATCH] Dashboard: fix promql query editor resolution field's position to prevent overflow (#25566) * GraphPanel: fix promql query editor resolution field's max height to prevent overflow * fix test * move menuPlacement to bottom instead --- .../plugins/datasource/prometheus/components/PromQueryEditor.tsx | 1 + .../components/__snapshots__/PromQueryEditor.test.tsx.snap | 1 + 2 files changed, 2 insertions(+) diff --git a/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx b/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx index 6c0e30739b3..5b5fa0f004b 100644 --- a/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx +++ b/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx @@ -155,6 +155,7 @@ export class PromQueryEditor extends PureComponent {
Resolution