Skip to content

Commit

Permalink
Fix datepicker in ie11 (#31216) (#31754)
Browse files Browse the repository at this point in the history
Fixes the datepicker so it shows in ie
  • Loading branch information
snide authored Feb 23, 2019
1 parent 3c15f0e commit b7ecdf7
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 b7ecdf7

Please sign in to comment.