From 0ff1be7ccc84a3d43b74233f47084cf7907fab92 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 10 Feb 2022 13:02:15 +0100 Subject: [PATCH] Adjust menu positioning (#45217) (#45222) (cherry picked from commit e48baefd32e8683391ecbc3e2a068796fefaeee0) Co-authored-by: Ashley Harrison --- packages/grafana-ui/src/components/Select/SelectContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Select/SelectContainer.tsx b/packages/grafana-ui/src/components/Select/SelectContainer.tsx index ebd3a720dff..6fdda6e9807 100644 --- a/packages/grafana-ui/src/components/Select/SelectContainer.tsx +++ b/packages/grafana-ui/src/components/Select/SelectContainer.tsx @@ -47,7 +47,7 @@ const getSelectContainerStyles = stylesFactory((theme: GrafanaTheme2, focused: b /* The display property is set by the styles prop in SelectBase because it's dependant on the width prop */ flex-direction: row; flex-wrap: wrap; - align-items: center; + align-items: stretch; justify-content: space-between; min-height: 32px;