From d25138060febb055b8357914cb3b3baec0dd5403 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 7 Jan 2019 11:27:48 +0100 Subject: [PATCH] Revert "add max width to group header description" This reverts commit 86a39183ee2acab287e459faec73e72b201017ed. --- public/sass/components/_form_select_box.scss | 28 +++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/public/sass/components/_form_select_box.scss b/public/sass/components/_form_select_box.scss index 1a2b9be524c..a83ca95d038 100644 --- a/public/sass/components/_form_select_box.scss +++ b/public/sass/components/_form_select_box.scss @@ -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; } }