Skip to content

Commit

Permalink
Fix UI select multi style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Oct 18, 2015
1 parent eb7614e commit 40e98b5
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 40e98b5

Please sign in to comment.