Skip to content

Commit

Permalink
fix: do not wrap text in ng-option (#123)
Browse files Browse the repository at this point in the history
fixes #118
  • Loading branch information
anjmao authored Nov 10, 2017
1 parent ddc61dd commit ea88cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ng-select/ng-select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ ng-select {
cursor: pointer;
display: block;
padding: 8px 10px;
@include wrapt-text;
&:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
Expand Down

0 comments on commit ea88cfc

Please sign in to comment.