Skip to content

Commit

Permalink
Fix resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblau committed Mar 21, 2019
1 parent 3450e79 commit 22d9332
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Public/css/app.css
Expand Up @@ -157,6 +157,9 @@ body {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
background-color: #06F !important;
color: #fff;
background-color: #06F !important;
color: #fff;
}
.select2-container--bootstrap {
width: 100% !important;
}

0 comments on commit 22d9332

Please sign in to comment.