mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add max width to group header description
This commit is contained in:
@@ -172,7 +172,10 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.gf-form-select-box__option-group__header {
|
||||
.gf-form-select-box__option-group {
|
||||
max-width: 600px;
|
||||
|
||||
.gf-form-select-box__option-group__header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
@@ -186,4 +189,5 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
.fa {
|
||||
padding-right: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user