mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* RolePicker: Adjust input and display widths * RolePicker: Use forwardRef * RolePicker: Apply input styles to roles display
3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
export const MENU_MAX_HEIGHT = 300; // max height for the picker's dropdown menu
|
|
export const ROLE_PICKER_WIDTH = 360;
|