Adjust menu positioning (#45217)

This commit is contained in:
Ashley Harrison 2022-02-10 11:48:05 +00:00 committed by GitHub
parent 947b8b8d3b
commit e48baefd32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */ /* The display property is set by the styles prop in SelectBase because it's dependant on the width prop */
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center; align-items: stretch;
justify-content: space-between; justify-content: space-between;
min-height: 32px; min-height: 32px;