Skip to content

Commit

Permalink
fix(datepicker): fix select width with bootsrap 4.1
Browse files Browse the repository at this point in the history
Closes #2443
  • Loading branch information
maxokorokov authored and pkozlowski-opensource committed Jun 8, 2018
1 parent b170d41 commit 342b640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datepicker/datepicker-navigation-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {NgbDatepickerI18n} from './datepicker-i18n';
display: flex;
display: -ms-flexbox;
-ms-flex: 1 1 auto;
width: 100%;
padding: 0 0.5rem;
font-size: 0.875rem;
height: 1.85rem;
Expand Down

0 comments on commit 342b640

Please sign in to comment.