From e48baefd32e8683391ecbc3e2a068796fefaeee0 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 10 Feb 2022 11:48:05 +0000 Subject: [PATCH] Adjust menu positioning (#45217) --- 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;