Skip to content

Commit

Permalink
fix(select): remove max width from options list in full width s… (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 23, 2019
1 parent b17f6b4 commit 272cbd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</button>

<div *nbPortal [ngClass]="optionsListClasses" [style.width.px]="hostWidth" class="options-list-container">
<ul class="options-list">
<ul class="options-list" [class.full-width]="fullWidth">
<ng-content select="nb-option, nb-option-group"></ng-content>
</ul>
</div>

0 comments on commit 272cbd3

Please sign in to comment.