mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove redundant max-width. it's already declared in gf-form-select-box__menu-list
This commit is contained in:
parent
b8c2ba3320
commit
d215eecf63
@ -173,22 +173,18 @@ $select-input-bg-disabled: $input-bg-disabled;
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gf-form-select-box__option-group {
|
.gf-form-select-box__option-group__header {
|
||||||
max-width: 600px;
|
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 {
|
.fa {
|
||||||
display: flex;
|
padding-right: 2px;
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user