mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Adjust menu positioning (#45217)
This commit is contained in:
parent
947b8b8d3b
commit
e48baefd32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user