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,22 +173,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;
}
}