mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set max width on the whole menu list instead
This commit is contained in:
parent
9ec6831713
commit
4d07f56354
@ -63,6 +63,7 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
.gf-form-select-box__menu-list {
|
||||
overflow-y: auto;
|
||||
max-height: 300px;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.tag-filter .gf-form-select-box__menu {
|
||||
@ -172,10 +173,7 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.gf-form-select-box__option-group {
|
||||
max-width: 600px;
|
||||
|
||||
.gf-form-select-box__option-group__header {
|
||||
.gf-form-select-box__option-group__header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
@ -189,5 +187,4 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
.fa {
|
||||
padding-right: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user