Skip to content

Commit

Permalink
#1: Refactor select2 container
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Poort committed Oct 17, 2016
1 parent 2c384ba commit 7603f44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/scss/molecules/_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 7603f44

Please sign in to comment.