diff --git a/src/scss/molecules/_select2.scss b/src/scss/molecules/_select2.scss index 778c9aa..6fe8da6 100644 --- a/src/scss/molecules/_select2.scss +++ b/src/scss/molecules/_select2.scss @@ -20,12 +20,17 @@ Styleguide 2.19 /** * 100% wide by default instead of just 220px making it responsive * Important because width is being added by JS as inline styling + * But only inside koowa container */ -.select2-container.select2-container--bootstrap { + +.koowa .select2.select2-container--bootstrap { width: 100% !important; max-width: 100% !important; +} +.select2-container--bootstrap { + max-width: 100% !important; /* Set proper line-height so text is vertically centered */