remove redundant max-width. it's already declared in gf-form-select-box__menu-list

This commit is contained in:
Erik Sundell 2019-01-08 14:05:30 +01:00
parent b8c2ba3320
commit d215eecf63

View File

@ -173,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;
@ -190,5 +187,4 @@ $select-input-bg-disabled: $input-bg-disabled;
.fa {
padding-right: 2px;
}
}
}