Skip to content

Commit

Permalink
Merge pull request #740 from marmelab/fix_ui_select_multi
Browse files Browse the repository at this point in the history
[RFR] Fix UI select multi style
  • Loading branch information
fzaninotto committed Oct 19, 2015
2 parents 51ea070 + 40e98b5 commit be707ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/sass/ng-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,15 @@ div.bottom-loader {
border: 1px solid #CCC;
border-radius: 4px;
}

.ui-select-multiple {
&.ui-select-bootstrap {
input.ui-select-search {
height: 29px;
box-shadow: none;
padding: 0 6px 2px 10px;
margin-bottom: 0;
}
}
}
}

0 comments on commit be707ea

Please sign in to comment.