Adjust menu positioning (#45217) (#45222)

(cherry picked from commit e48baefd32)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-02-10 13:02:15 +01:00
committed by GitHub
co-authored by Ashley Harrison
parent 3fda778e6d
commit 0ff1be7ccc
@@ -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;