Skip to content

Commit

Permalink
Fix datepicker in ie11 (elastic#31216)
Browse files Browse the repository at this point in the history
Fixes the datepicker so it shows in ie
  • Loading branch information
snide committed Feb 21, 2019
1 parent f0acbe4 commit 6bad114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/legacy/ui/public/query_bar/components/_query_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
@include euiBreakpoint('m', 'l', 'xl') {
.kbnQueryBar__datePickerWrapper {
max-width: 40vw;
flex-grow: 0;
flex-basis: auto;
}
}

0 comments on commit 6bad114

Please sign in to comment.