Skip to content

Commit

Permalink
fix(datepicker): fix month/year select boxes widths in IE10
Browse files Browse the repository at this point in the history
Closes #2414
  • Loading branch information
maxokorokov authored and pkozlowski-opensource committed Jun 1, 2018
1 parent 8bbe385 commit f266b7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/datepicker/datepicker-navigation-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import {NgbDatepickerI18n} from './datepicker-i18n';
changeDetection: ChangeDetectionStrategy.OnPush,
styles: [`
:host>select {
display: flex;
display: -ms-flexbox;
-ms-flex: 1 1 auto;
padding: 0 0.5rem;
font-size: 0.875rem;
height: 1.85rem;
Expand Down

0 comments on commit f266b7f

Please sign in to comment.