Skip to content

Commit ea88cfc

Browse files
authored
fix: do not wrap text in ng-option (#123)
fixes #118
1 parent ddc61dd commit ea88cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng-select/ng-select.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ ng-select {
236236
cursor: pointer;
237237
display: block;
238238
padding: 8px 10px;
239+
@include wrapt-text;
239240
&:last-child {
240241
border-bottom-right-radius: 4px;
241242
border-bottom-left-radius: 4px;

0 commit comments

Comments
 (0)