mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* RolePicker: Handle inherited with * Small ammendment to Create Service Account layout * RolePicker: introduce maxWidth prop * Clean up * Change VerticalGroup spacing to large on Team Settings page * Introduce constant for submenu width * Update public/app/core/components/RolePicker/RolePicker.tsx Simplify style parameter Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Add description to the improved calculation Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
4 lines
169 B
TypeScript
4 lines
169 B
TypeScript
export const MENU_MAX_HEIGHT = 300; // max height for the picker's dropdown menu
|
|
export const ROLE_PICKER_WIDTH = 360;
|
|
export const ROLE_PICKER_SUBMENU_MIN_WIDTH = 260;
|