mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
Add extra width to menu to accomodate checkbox (#92600)
* Add extra width to menu to accomodate checkbox * modify value
This commit is contained in:
parent
66e0121dd5
commit
6ddb96ada2
@ -39,7 +39,7 @@ const VIRTUAL_LIST_ITEM_HEIGHT = 37;
|
||||
const VIRTUAL_LIST_WIDTH_ESTIMATE_MULTIPLIER = 8;
|
||||
const VIRTUAL_LIST_PADDING = 8;
|
||||
// Some list items have icons or checkboxes so we need some extra width
|
||||
const VIRTUAL_LIST_WIDTH_EXTRA = 36;
|
||||
const VIRTUAL_LIST_WIDTH_EXTRA = 58;
|
||||
|
||||
// A virtualized version of the SelectMenu, descriptions for SelectableValue options not supported since those are of a variable height.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user