add max width to group header description

This commit is contained in:
Erik Sundell
2018-12-18 16:41:47 +01:00
parent 53ac3c8fd2
commit 5f8ccfb9a0

View File

@@ -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;
}
}
}