mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "add max width to group header description"
This reverts commit 86a39183ee
.
This commit is contained in:
parent
7b4b1a4f90
commit
d25138060f
@ -172,22 +172,18 @@ $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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
justify-items: center;
|
||||
cursor: pointer;
|
||||
padding: 7px 10px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid $hr-border-color;
|
||||
text-transform: capitalize;
|
||||
|
||||
.gf-form-select-box__option-group__header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
justify-items: center;
|
||||
cursor: pointer;
|
||||
padding: 7px 10px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid $hr-border-color;
|
||||
text-transform: capitalize;
|
||||
|
||||
.fa {
|
||||
padding-right: 2px;
|
||||
}
|
||||
.fa {
|
||||
padding-right: 2px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user